html.js-drawer-init, html.js-drawer-init body {
	height: 100%;
	overflow: hidden
}
.drawer-toggle {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 48px;
	justify-content: center;
	position: fixed;
	right: 0;
	top: 0;
	width: 48px;
	z-index: 1001
}
@media screen and (min-width:769px) {
	.drawer-toggle {
		display: none
	}
}
@media screen and (max-width:768px) {
	.drawer-content {
		bottom: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: none;
		height: auto;
		left: 0;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 0;
		width: auto;
		z-index: 1000
	}
	.js-drawer-init .drawer-content {
		display: block
	}
	.drawer-content__inner {
		-webkit-overflow-scrolling: touch;
		background: rgba(0, 0, 0, .85);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: 100%;
		overflow-y: auto;
		padding: calc(48px + 6.94444%) 6.9444444444% 6.9444444444%;
		-webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
		transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
		transition: transform .2s ease-out, opacity .2s ease-out;
		transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
		width: 100%
	}
	.js-drawer-init .drawer-content__inner {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		will-change: transform, opacity
	}
	.js-drawer-open .drawer-content__inner {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
		transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
		transition: transform .3s ease-out, opacity .3s ease-out;
		transition: transform .3s ease-out, opacity .3s ease-out, -webkit-transform .3s ease-out
	}
}
a {
	color: #151d29;
	text-decoration: none
}
a:hover a:hover, a:hover button:hover {
	-webkit-transition: background .25s ease;
	transition: background .25s ease
}
a article, a aside, a figcaption, a figure, a footer, a header, a hgroup, a main, a nav, a section {
	display: block
}
hr {
	border-style: solid;
	border-width: 1px 0 0;
	color: inherit;
	height: 0;
	overflow: visible
}
pre {
	white-space: pre-wrap
}
img {
	border-style: none
}
img canvas, img img, img svg, img video {
	height: auto
}
img canvas audio, img canvas canvas, img canvas embed, img canvas iframe, img canvas img, img canvas object, img canvas svg, img canvas video, img img audio, img img canvas, img img embed, img img iframe, img img img, img img object, img img svg, img img video, img svg audio, img svg canvas, img svg embed, img svg iframe, img svg img, img svg object, img svg svg, img svg video, img video audio, img video canvas, img video embed, img video iframe, img video img, img video object, img video svg, img video video {
	display: block;
	max-width: 100%;
	vertical-align: middle
}
svg {
	overflow: hidden
}
html {
	line-sizing: normal;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}
html body, html html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
	color: #151d29;
	font-family: Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic, YuGothic, Meiryo, sans-serif;
	font-size: 1rem;
	line-height: 1.75
}
audio {
	width: 100%
}
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer
}
ol, ul {
	list-style-type: none
}
.fluid {
	padding: 1rem
}
.button {
	background: #fff;
	border-radius: calc(infinity * 1px);
	display: inline-block;
	height: 36px;
	position: relative;
	width: 36px
}
.button * {
	color: #151d29
}
.button.navy {
	background: #151d29
}
.button.navy * {
	color: #fff
}
.button.navy:hover {
	background: #272e36
}
.button.navy .button.navy .plus:after, .button.navy .plus:before {
	border-color: #fff
}
.button .plus {
	bottom: 13px;
	display: block;
	font-size: 0;
	height: 10px;
	position: absolute;
	right: 13px;
	vertical-align: middle;
	width: 10px
}
.button .plus:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.button .plus .button .plus:after, .button .plus:before {
	border: 1px solid #151d29;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	width: 10px
}
.button .name {
	display: none;
	font-family: Lutz Headline CE;
	font-size: 1rem;
	line-height: 36px
}
.button:hover {
	background: #151d29;
	padding: 0 36px;
	width: auto
}
.button:hover .name {
	color: #fff;
	display: inline-block
}
.button:hover .button:hover .plus:after, .button:hover .plus:before {
	border-color: #fff
}
.button.black {
	background: #000
}
.button.black:hover {
	background: #333
}
.button.black .button.black, .button.black .button.black * {
	color: #fff
}
.button.standard {
	padding: 0 36px;
	width: auto
}
.button.standard .name {
	display: inline-block
}
.button .button.square:hover, .button.square {
	border-radius: 0;
	height: auto;
	padding: .75rem 1.5rem;
	width: auto
}
.subtitle {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 1rem 0 0
}
@font-face {
	font-family: Lutz Headline CE;
	src: local("Lutz Headline CE"), url(../fonts/LutzHeadlineCE.woff2) format("woff2")
}
.images img {
	width: 100%
}
:after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.image, .images {
	display: block
}
.image .image, .image .images, .image .video, .images .image, .images .images, .images .video {
	border-radius: 1.5rem;
	overflow: hidden
}
#common-footer * {
	color: #fff
}
h1, h2, h3, h4, h5, h6 {
	font-family: Lutz Headline CE
}
.heading {
	font-size: 2.25rem;
	font-weight: inherit;
	letter-spacing: .169rem;
	line-height: 1
}
[type=checkbox], [type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}
#common-footer {
	background: #102a3b;
	padding: 1rem 0;
	text-align: center
}
@media screen and (min-width:1024px) {
	body {
		font-size: 1.25rem
	}
}
@media screen and (min-width:1280px) {
	.fluid {
		padding: 5rem
	}
}
#container, .fluid {
	position: relative
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
a, article, aside, audio, b, body, button, caption, dd, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, iframe, img, label, legend, li, main, nav, ol, p, pre, section, small, span, strong, table, tbody, td, tfoot, th, thead, tr, ul, video {
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline
}
.menu-contents {
	background: #fff;
	border-radius: calc(infinity * 1px);
	height: 40px;
	left: 1rem;
	position: fixed;
	top: 1rem;
	z-index: 11
}
.menu-contents-item {
	font-size: .75rem;
	font-weight: 700
}
.menu-contents-item a {
	display: block;
	padding: .5rem 1.5rem;
	text-transform: capitalize;
	white-space: nowrap
}
.menu-contents-item .menu-contents-item, .menu-contents-item .menu-contents-item a {
	display: none
}
.menu-contents-icon {
	cursor: pointer;
	display: inline-block;
	padding: 19px 10px;
	z-index: 13
}
.menu-contents-icon .menu-contents-icon, .menu-contents-icon .menu-contents-icon-bar {
	position: relative
}
.menu-contents-items {
	background: #fff;
	border-radius: 1.5rem;
	left: 0;
	opacity: 0;
	padding: calc(40px - .5rem) 0 .5rem;
	position: absolute;
	top: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index: 12
}
.menu-contents-button {
	display: none
}
.menu-contents-button:checked ~ .menu-contents-items {
	opacity: 1
}
.menu-contents-button:checked ~ .menu-contents-items .menu-contents-button:checked ~ .menu-contents-items .menu-contents-item a, .menu-contents-button:checked ~ .menu-contents-items .menu-contents-item {
	display: block
}
.menu-contents-button:checked ~ .menu-contents-icon .menu-contents-icon-bar {
	background: rgba(21, 29, 41, 0);
	-webkit-transition: .5s cubic-bezier(.05, .05, .1, .95) .1s;
	transition: .5s cubic-bezier(.05, .05, .1, .95) .1s
}
.menu-contents-button:checked ~ .menu-contents-icon .menu-contents-icon-bar:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.menu-contents-button:checked ~ .menu-contents-icon .menu-contents-icon-bar:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.menu-contents-button:checked ~ .menu-contents-icon:not(.steps) .menu-contents-icon-bar:after {
	bottom: 0
}
.menu-contents-button:checked ~ .menu-contents-icon:not(.steps) .menu-contents-icon-bar:before {
	top: 0
}
.menu-contents-icon-bar {
	height: 2px;
	width: 20px
}
.menu-contents-icon-bar:after {
	bottom: 8px
}
.menu-contents-icon-bar:before {
	top: 8px
}
.menu-contents-icon-bar:before .menu-contents-icon-bar:after, .menu-contents-icon-bar:before .menu-contents-icon-bar:before {
	content: "";
	height: 100%;
	position: absolute;
	width: 100%
}
.menu-contents-icon-bar .menu-contents-icon-bar, .menu-contents-icon-bar .menu-contents-icon-bar:after, .menu-contents-icon-bar .menu-contents-icon-bar:before {
	background: #151d29;
	display: block;
	-webkit-transition: .5s cubic-bezier(.05, .05, .1, .95) .1s;
	transition: .5s cubic-bezier(.05, .05, .1, .95) .1s
}
@media screen and (min-width:768px) {
	#common-header .logo {
		right: 2rem
	}
}
@media screen and (min-width:1024px) {
	#common-header .logo {
		height: 160px;
		width: 160px
	}
	.menu-contents-items {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		opacity: 1;
		padding: .5rem 1.5rem;
		width: 720px
	}
	.menu-contents-items.scroll {
		top: -320px
	}
	.menu-contents-item, .menu-contents-item a {
		display: block
	}
	.menu-contents-item a {
		padding: .5rem 1rem
	}
	.menu-contents-item a:hover {
		background: #f3f4f6;
		border-radius: calc(infinity * 1px)
	}
	.menu-contents-button, .menu-contents-icon {
		display: none
	}
}
@media screen and (min-width:1280px) {
	#common-header .logo {
		right: 5rem
	}
}
#common-header .logo {
	height: 80px;
	position: absolute;
	right: 1rem;
	top: 0;
	width: 80px;
	z-index: 10
}
.section-header {
	margin: 0 0 2rem
}
.section-header h2.heading {
	font-size: 2.20rem;
	letter-spacing: .15rem
}
.section-header h2.heading.large {
	font-size: 3rem;
	letter-spacing: .225rem
}

.section-header .subtitle {
	color: #fff;
	font-size: 1.5rem
}
.hero-container {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	background-image: url(../img/premio/stage_banner_premio-series_2880x1700.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: -ms-grid;
	display: grid;
	height: 100vh;
	justify-items: start;
	position: relative;
	width: 100%
}
@media (max-width:768px) {
	.hero-container {
		background-image: url(../img/premio/stage_banner_premio-series_750x1600.jpg)
	}
}
.hero-container .hero-content {
	color: #fff;
	padding: 0 20px 15% 5%;
	position: relative;
	text-align: left;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
	z-index: 2
}
@media (max-width:1260px) {
	.hero-container .hero-content {
		max-width: 80%;
		padding: 0 20px 5% 5%
	}
}
.hero-container .hero-content .hero-title {
	font-size: 4rem;
	letter-spacing: .094rem;
	line-height: 1.25
}
@media (max-width:1260px) {
	.hero-container .hero-content .hero-title {
		font-size: 2em
	}
}
.hero-container .hero-content .hero-title span {
	color: #f1ed0e
}
.hero-container .hero-content .hero-subtitle {
	font-size: 1.25rem;
	letter-spacing: 0;
	line-height: 1.5
}
@media (max-width:1260px) {
	.hero-container .hero-content .hero-subtitle {
		font-size: 1rem
	}
}
#about {
	background: #fff
}
#about .wrap {
	margin: 4rem 0 0
}
#about .subtitle {
	color: #000
}
#about .video, #about .video-wrap {
	padding-bottom: 2rem
}

@media screen and (min-width:1024px) {
	#about .writing {
		width: 66.66%
	}
}
#about .writing * {
	color: #000;
	font-size: 1.25rem;
	letter-spacing: 0;
	line-height: 1.5;
	margin-bottom: 2rem
}
@media screen and (max-width:768px) {
	#about .writing * {
		font-size: 1rem;
	}
}
#about .items {
	-ms-grid-columns: minmax(0, 1fr);
	display: -ms-grid;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin: 0;
	padding-left: 0
}
@media screen and (min-width:768px) {
	#about .items {
		-ms-grid-columns: minmax(0, 1fr) 2rem minmax(0, 1fr) 2rem minmax(0, 1fr);
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		gap: 2rem;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		margin: 2rem 0 0
	}
}
#about .item {
	position: relative
}
#about .item .images {
	margin: 0
}
@media screen and (min-width:768px) {
	#about .wrap {
		margin: 4rem 0 2rem
	}
	#about .images {
		margin: 0
	}
}
@media screen and (min-width:1024px) {
	#about .wrap {
		margin: 3rem 0 2rem
	}
}
@media screen and (min-width:1280px) {
	#about .heading {
		font-size: 4rem
	}
}

.video {
	position: relative;
	width: 100%
}
.video.vimeo-iframe {
	padding: 56.25% 0 0
}
@media screen and (max-width:768px) {
#about .video.sp-video.vimeo-iframe {
		padding-top: 177.7778%; /* 古いブラウザ向け */
		aspect-ratio: 9 / 16;
	}
}
@media screen and (min-width:768px) {
	.pc-video {
		display: block
	}
	.sp-video {
		display: none
	}
}
@media screen and (max-width:768px) {
	.pc-video {
		display: none
	}
	.sp-video {
		display: block
	}
}
#technology {
	background: #525252
}
@media screen and (min-width:1024px) {
	#technology .wrap {
		margin: 3rem 0 2rem
	}
}
#technology .heading, #technology .writing {
	color: #fff
}
@media screen and (min-width:1024px) {
	#technology .writing {
		width: 66.66%
	}
}
#technology .lead {
	margin: 4rem 0 0
}
@media screen and (min-width:1024px) {
	#technology .lead {
		width: 66.66%
	}
}
@media screen and (min-width:768px) {
	#technology .wrap.setup {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 1rem 0
	}
	#technology .wrap.setup .double {
		-webkit-box-flex: 1690;
		-ms-flex: 1690;
		flex: 1690;
		height: auto;
		margin: 0 2rem 0 0;
		width: 0
	}
	#technology .wrap.setup .single {
		-webkit-box-flex: 810;
		-ms-flex: 810;
		flex: 810;
		height: auto;
		width: 0
	}
}
#technology .card, #technology .images {
	margin: 1rem 0
}
#technology .card {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-line-pack: center;
	align-content: center;
	align-items: center;
	border-radius: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	min-height: 52.5vh;
	overflow: hidden;
	padding: 2rem 1.25rem calc(2rem + 36px);
	position: relative;
	text-align: center
}
#technology .card .consept-header, #technology .card .writing {
	color: #fff;
	width: 100%
}
#technology .card .heading {
	font-size: 3rem
}
#technology .card .heading .subtitle {
	font-size: 1rem;
	margin: 0 0 .5rem
}
#technology .card .writing {
	font-size: .85rem;
	font-weight: 700;
	line-height: 1.35;
	margin: .5rem 0 0
}
#technology .card .button {
	bottom: 1rem;
	position: absolute;
	right: 1rem
}
@media screen and (min-width:768px) {
	#technology .consept {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 1rem 0
	}
	#technology .card, #technology .images {
		margin: 0
	}
	#technology .card {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		min-height: 0;
		padding: 1.25rem .75rem calc(1rem + 36px);
		width: 33.33%
	}
	#technology .card .heading {
		font-size: 1.75rem
	}
	#technology .card .heading .subtitle {
		font-size: 1rem
	}
	#technology .card .writing {
		font-size: .75rem
	}
	#technology .image {
		font-family: "object-fit:cover;object-position:center";
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center
	}
	#technology .consept.even-number-item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	#technology .consept.even-number-item .images {
		margin: 0 2rem 0 0
	}
}
@media screen and (min-width:1024px) {
	#technology .card .heading {
		font-size: 2.5rem
	}
	#technology .card .heading .subtitle {
		font-size: 1.25rem;
		margin: 0 0 1rem
	}
	#technology .card .writing {
		font-size: .85rem;
		margin: 1rem 0 0
	}
}
#technology .items {
	-ms-grid-columns: minmax(0, 1fr);
	display: -ms-grid;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin: 2rem 0 0;
	padding-left: 0
}
@media screen and (min-width:768px) {
	#technology .items {
		-ms-grid-columns: minmax(0, 1fr) 2rem minmax(0, 1fr) 2rem minmax(0, 1fr);
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		gap: 2rem;
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}
}
#technology .items .item {
	color: #fff;
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%
}
#technology .items .item picture.images {
	font-family: "object-fit:cover";
	height: 100%;
	margin: 0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}
#technology .items .card-text {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	left: 0;
	padding: 2rem;
	position: absolute;
	top: 0;
	width: 100%
}
#technology .items .card-text h3 {
	font-size: 2.5rem;
	letter-spacing: .188rem;
	line-height: 1;
	margin: 0 0 10px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .5)
}
#technology .items .card-text h3 span {
	font-size: 1rem
}
#technology .items button {
	bottom: 20px;
	position: absolute;
	right: 20px
}
#lineup {
	background-size: contain
}
#lineup .download {
	margin: 3rem 0 2rem
}
@media screen and (min-width:1024px) {
	#lineup .download {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		gap: 1rem
	}
}
#lineup .download .dlimg {
	width: 60%
}
#lineup .download a span {
	color: #fcff00;
	text-decoration: underline
}
#lineup .download a img {
	width: 100%
}
#statement {
	background: #efea39;
	padding: 4rem 1rem
}
#statement .writing {
	font-family: Lutz Headline CE;
	font-size: 1.875rem;
	letter-spacing: .141rem;
	line-height: 1
}
#statement .button.standard {
	margin: 3rem 0 0
}
@media screen and (min-width:768px) {
	#statement .writing {
		font-size: 3rem;
		letter-spacing: .225rem
	}
}
@media screen and (min-width:1024px) {
	#statement {
		padding: 5rem 2rem
	}
}
@media screen and (min-width:1280px) {
	#statement {
		padding: 5rem
	}
	#statement .writing {
		font-size: 4rem;
		letter-spacing: .3rem
	}
}
#presentation {
	background: #525252
}
#presentation .section-header {
	margin: 4rem 0 1rem
}
#presentation .section-header * {
	color: #fff
}
#presentation .video.vimeo-iframe {
	margin-bottom: 2rem
}
@media screen and (max-width:768px) {
	#presentation .video.vimeo-iframe {
		padding: 56.25% 0 0
	}
}
.modal .writing.spec h4 {
	font-size: 1rem;
	letter-spacing: -.01rem;
	text-decoration: underline
}
@media screen and (min-width:768px) {
	.modal .writing.spec dl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%
	}
}
.modal .writing.spec dl dt {
	font-weight: 700
}
@media screen and (min-width:768px) {
	.modal .writing.spec dl dt {
		width: 30%
	}
	.modal .writing.spec dl dd {
		width: 70%
	}
}