@charset "UTF-8";

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}




/* CSS STYLE */

html {
	position: relative;
	width: 100%;
	height: 100%;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
body {
	position: relative;
	background: #fff;
	width: 100%;
	height: 100%;
	letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	color: #444;
	overflow-x: hidden;
}

body {
	font-family: Roboto, 'Noto Sans JP', sans-serif;
	font-display: block;
	font-weight: 500;
	font-feature-settings: 'palt';
}
:lang(en) body {
	font-family: Roboto, sans-serif;
	letter-spacing: 0.01em;
}
:lang(zh-Hans) body {
	font-family: Roboto, 'Noto Sans SC', sans-serif;
	letter-spacing: 0.05em;
}
:lang(ko) body {
	font-family: Roboto, 'Noto Sans KR', sans-serif;
	letter-spacing: 0.01em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	letter-spacing: 0.05em;
}

a:link,
a:visited {
	position: relative;
	text-decoration: underline;
	color: #ff6e2d;
}

img {
	border : none;
	-ms-interpolation-mode: bicubic;
	image-rendering: -webkit-optimize-contrast;
}
select,input,textarea,option {
	vertical-align: middle;
}

table {
	font-size: inherit;
	font: 100%;
}

em {
	font-style: normal;
	font-weight: 700;
}
strong {
	font-weight: 700;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

.slick-track {
	display: flex !important;
}
.slick-slide {
	height: auto !important;
}

.tab-content {
	display: none;
}
.tab-content.active,
.tab-content:first-of-type {
	display: block;
}





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

	html {
		font-size: 10px;
	}
	@media screen and (max-width: 1200px) {
		html {
			font-size: 0.833333vw;
		}
	}
	body {
		font-size: 1.6rem;
		line-height: 1.8;
	}

	a:hover,
	a:active {
		color: #000;
		text-decoration: none;
	}

	a,
	a img,
	a video {
		-webkit-transition: 0.2s ease;
		transition: 0.2s ease;
	}
	a:hover img {
		opacity: 0.7;
	}

	img {
		max-width: 100%;
		height: auto;
	}
	video {
		width: 100%;
	}

	.pcnone {
		display: none;
	}

	.inner-out {
		position: relative;
		width: 100%;
		max-width: 120rem;
		margin-left: auto;
		margin-right: auto;
		padding-left: 5rem;
		padding-right: 5rem;
		z-index: 20;
	}
	.inner-mid {
		position: relative;
		width: 100%;
		max-width: 110rem;
		margin-left: auto;
		margin-right: auto;
		padding-left: 5rem;
		padding-right: 5rem;
		z-index: 20;
	}
	.inner-in {
		position: relative;
		width: 100%;
		max-width: 100rem;
		margin-left: auto;
		margin-right: auto;
		padding-left: 5rem;
		padding-right: 5rem;
		z-index: 20;
	}

	.btn {
		margin-top: 6rem;
		text-align: center;
	}
	.btn a,
	.btn button {
		position: relative;
		display: inline-flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		border: 2px solid #ff6e2d;
		border-radius: 10rem;
		background-color: #ff6e2d;
		width: 100%;
		max-width: 54rem;
		min-height: 8rem;
		margin: 0;
		padding: 1.5rem 5rem 1.5rem 4rem;
		font-size: 2rem;
		font-weight: 700;
		line-height: 1.2;
		text-decoration: none;
		text-align: center;
		color: #fff;
		cursor: pointer;
		-webkit-transition: 0.2s ease;
		transition: 0.2s ease;
	}
	.btn.cv2 a,
	.btn.cv2 button {
		background-color: #fff;
		color: #ff6e2d;
	}
	.btn.mid {
		margin-top: 2rem;
	}
	.btn.mid a,
	.btn.mid button {
		max-width: 54rem;
		min-height: 5rem;
		padding: 1rem 4rem 1rem 3rem;
		font-size: 1.6rem;
	}
	.btn a:after,
	.btn button:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 2rem;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0.8rem 0 0.8rem 0.8rem;
		border-color: transparent transparent transparent #fff;
		margin-top: -0.8rem;
		-webkit-transition: 0.2s ease;
		transition: 0.2s ease;
	}
	.btn.cv2 a:after,
	.btn.cv2 button:after {
		border-color: transparent transparent transparent #ff6e2d;
	}
	.btn.mid a:after,
	.btn.mid button:after {
		border-width: 0.6rem 0 0.6rem 0.6rem;
		margin-top: -0.6rem;
	}
	.btn a:hover,
	.btn button:hover {
		background-color: #ff9566;
	}
	.btn.cv2 a:hover,
	.btn.cv2 button:hover {
		background-color: #ffdccc;
	}
	.btn a:hover:after,
	.btn button:hover:after {
		right: 1.6rem;
	}
	.btn a[target="_blank"]:after {
		border: none;
		background-image: url(../img/icon-blank-w.svg);
		background-repeat: no-repeat;
		background-size: 2.4rem;
		width: 2.4rem;
		height: 2.4rem;
		margin-top: -1.2rem;
	}
	.btn.cv2 a[target="_blank"]:after {
		background-image: url(../img/icon-blank-o.svg);
	}
	.btn.dl a:after,
	.btn.dl button:after {
		border: none;
		background-image: url(../img/icon-dl-w.svg);
		background-repeat: no-repeat;
		background-size: 2.4rem;
		width: 2.4rem;
		height: 2.4rem;
		margin-top: -1.2rem;
	}
	.btn.dl.cv2 a:after,
	.btn.dl.cv2 button:after {
		background-image: url(../img/icon-dl-o.svg);
	}
	.btn.data a:after,
	.btn.data button:after {
		border: none;
		background-image: url(../img/icon-data-w.svg);
		background-repeat: no-repeat;
		background-size: 2.4rem;
		width: 2.4rem;
		height: 2.4rem;
		margin-top: -1.2rem;
	}
	.btn.data.cv2 a:after,
	.btn.data.cv2 button:after {
		background-image: url(../img/icon-data-o.svg);
	}
	.btn.mid a[target="_blank"]:after,
	.btn.dl.mid a:after,
	.btn.dl.mid button:after,
	.btn.data.mid a:after,
	.btn.data.mid button:after {
		right: 1.5rem;
		background-size: 1.6rem;
		width: 1.6rem;
		height: 1.6rem;
		margin-top: -0.8rem;
	}
	.btn.mid a[target="_blank"]:hover:after,
	.btn.dl.mid a:hover:after,
	.btn.dl.mid button:hover:after,
	.btn.data.mid a:hover:after,
	.btn.data.mid button:hover:after {
		right: 1.2rem;
	}
	.btn a strong,
	.btn button strong {
		color: #ff0;
	}
	.btn button[disabled] {
		border: 2px solid #ccc;
		background-color: #ccc;
		pointer-events: none;
		color: #fff;
	}
	.btn.dl.cv2 button[disabled]:after {
		background-image: url(../img/icon-dl-w.svg);
	}
	.btn.data.cv2 button[disabled]:after {
		background-image: url(../img/icon-data-w.svg);
	}
	.btn-double {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-top: 6rem;
	}
	.btn-double > p,
	.btn-double > div {
		width: 49.1%;
		margin: 0;
	}
	.btn-double p {
		text-align: center;
	}
	.btn-double .btn + p {
		margin-top: 1rem;
		font-size: 1.4rem;
		line-height: 1.4;
		letter-spacing: 0.03em;
		text-align: center;
	}
	.btn-double .btn + p.btn {
		margin: 0;
	}

	.big {
		font-size: 120%;
	}
	.sml {
		font-size: 85%;
	}
	.heed {
		color: #e33;
	}

	.img-box {
		position: relative;
		border-radius: 1rem;
		background-color: #f7f7f5;
		width: 100%;
		padding-top: 56.25%;
		overflow: hidden;
	}
	.img-box.border {
		border: 1px solid #eee;
	}
	.img-box img {
		position: absolute;
		top: 0;
		left: 0;
		object-fit: cover;
		max-width: initial;
		width: 100%;
		height: 100%;
	}
	.img-box a {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.img-box.contain img {
		object-fit: contain;
	}
	.img-box.fit {
		padding-top: 0;
	}
	.img-box.fit img {
		position: relative;
		width: 100%;
		height: auto;
	}
	.img-box.fit a {
		display: inline-block;
		position: relative;
	}
	.img-box a:hover img,
	a:hover .img-box img {
		-webkit-transform: scale(1.05,1.05);
		transform: scale(1.05,1.05);
	}

	.note,
	.note2 {
		color: #888;
	}
	p.note {
		padding-left: 1em;
		text-indent: -1em;
	}
	ul.note li {
		padding-left: 1em;
		text-indent: -1em;
	}

	.movie {
		position: relative;
		border-radius: 1rem;
		background-color: #f7f7f5;
		padding-top: 56.25%;
		overflow: hidden;
	}
	.movie iframe,
	.movie video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.txt-area p,
	.txt-area ul,
	.txt-area ol,
	.ul-style {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.txt-area ul li,
	.ul-style li {
		position: relative;
		padding-left: 1.6rem;
	}
	.txt-area ul li:before,
	.ul-style li:before {
		content: "";
		position: absolute;
		top: 0.6em;
		left: 0;
		display: block;
		border-radius: 1rem;
		background-color: #ff6e2d;
		width: 0.6rem;
		height: 0.6rem;
	}
	.txt-area ol {
		counter-reset: item;
	}
	.txt-area ol li {
		position: relative;
		padding-left: 2.4rem;
	}
	.txt-area ol li:before {
		counter-increment: item;
		content: counter(item)'.';
		position: absolute;
		top: 0;
		left: 0;
		font-weight: 700;
		color: #ff6e2d;
	}
	.txt-area p:first-child,
	.txt-area ul:first-child,
	.txt-area ol:first-child,
	.ul-style:first-child {
		margin-top: 0;
	}
	.txt-area p:last-child,
	.txt-area ul:last-child,
	.txt-area ol:last-child,
	.ul-style:last-child {
		margin-bottom: 0;
	}

	.fade {
		opacity: 0;
		-webkit-transition: 0.8s linear;
		transition: 0.8s linear;
	}
	.fade.active {
		opacity: 1;
	}
	.fade-l {
		position: relative;
		opacity: 0;
		-webkit-transform: translate(-2rem, 0);
		transform: translate(-2rem, 0);
		-webkit-transition: 0.8s ease-out;
		transition: 0.8s ease-out;
	}
	.fade-l.active {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.fade-r {
		position: relative;
		opacity: 0;
		-webkit-transform: translate(2rem, 0);
		transform: translate(2rem, 0);
		-webkit-transition: 0.8s ease-out;
		transition: 0.8s ease-out;
	}
	.fade-r.active {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.fade-t {
		position: relative;
		opacity: 0;
		-webkit-transform: translate(0, -2rem);
		transform: translate(0, -2rem);
		-webkit-transition: 0.8s ease-out;
		transition: 0.8s ease-out;
	}
	.fade-t.active {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.fade-b {
		position: relative;
		opacity: 0;
		-webkit-transform: translate(0, 2rem);
		transform: translate(0, 2rem);
		-webkit-transition: 0.8s ease-out;
		transition: 0.8s ease-out;
	}
	.fade-b.active {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.fade-w {
		-webkit-transition: 0.8s ease-out;
		transition: 0.8s ease-out;
		-webkit-transform: scale(1.1,1.1);
		transform: scale(1.1,1.1);
		opacity: 0;
	}
	.fade-z {
		-webkit-transition: 0.8s ease-out;
		transition: 0.8s ease-out;
		-webkit-transform: scale(0.9,0.9);
		transform: scale(0.9,0.9);
		opacity: 0;
	}
	.fade-w.active,
	.fade-z.active {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		opacity: 1;
	}

	header#live2d20th-header {
		position: fixed;
		top: 0;
		left: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: transparent;
		width: 100%;
		height: 6rem;
		padding: 0 5rem 0 0;
		transition: 0.2s ease;
		z-index: 20000;
		#live2d20th-logo {
			opacity: 0;
			transition: 0.2s ease;
			&.active {
				opacity: 1;
			}
		}
		.live2d20th-logo {
			position: relative;
			height: 6rem;
			a {
				display: block;
				border-radius: 0 0 2rem 0;
				background-color: #fff;
				padding: 1.5rem 3rem;
				img {
					width: auto;
					height: 7rem;
				}
			}
		}
		.lang {
			position: relative;
			background: url(../img/icon-lang-b.svg) center center no-repeat;
			background-size: 1.9rem;
			width: 2rem;
			height: 2rem;
			cursor: pointer;
			.lang-btn {
				position: absolute;
				top: 0;
				right: 0;
				padding-right: 2.6rem;
				font-size: 1rem;
				line-height: 2rem;
				white-space: nowrap;
				color: #888;
			}
			.wovn-lang-list {
				display: none;
				position: absolute;
				top: 2.5rem;
				right: 0;
				border: 1px solid #d6d6cc;
				border-radius: 0.5rem;
				background-color: #fff;
				padding: 0.5rem;
				font-size: 1.2rem;
				line-height: 1;
				white-space: nowrap;
				a {
					display: block;
					padding: 0.5rem;
					text-decoration: none;
					color: #000;
					&:hover {
						color: #ff6e2d;
					}
				}
			}
		}
	}

	#live2d20th-area {
		position: relative;
		overflow: hidden;
		pointer-events: none;
		z-index: 1;
	}

	.live2d20th-mv {
		position: relative;
		background-color: #fff;
		width: 100%;
		height: 100svh;
		min-height: 72rem;
		overflow: hidden;
		clip-path: inset(0);
		z-index: 1;
		.bg {
			animation: bg 20s ease infinite;
			position: fixed;
			top: 0;
			left: 0;
			background: #fff url(../img/teaser-bg.png) no-repeat center center / cover;
			width: 100%;
			height: 100svh;
			z-index: -1;
		}
	}
	@keyframes bg {
		0% {
			transform: scale(1,1);
		}
		50% {
			transform: scale(1.5,1.5);
					}
		100% {
			transform: scale(1,1);
		}
	}

	.live2d20th-title {
		position: fixed;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100svh;
		min-height: 72rem;
		overflow: hidden;
		z-index: 2;
		.title {
			position: relative;
			padding: 2rem 5rem 5rem 5rem;
			z-index: 2;
			h1 {
				width: 52rem;
				margin: 0 auto;
			}
			.comingsoon {
				margin-top: 4rem;
				font-family: 'Oswald', sans-serif;
				font-size: 4rem;
				font-weight: 200;
				line-height: 1;
				letter-spacing: 0.1em;
				text-align: center;
			}
			.openday {
				margin-top: 2rem;
				font-family: 'Oswald', sans-serif;
				font-size: 10rem;
				font-weight: 700;
				line-height: 1;
				letter-spacing: 0;
				text-align: center;
				color: #ff6e2d;
			}
			.countdown {
				position: relative;
				display: flex;
				justify-content: center;
				align-items: center;
				margin-top: 6rem;
				font-family: 'Oswald', sans-serif;
				font-weight: 700;
				letter-spacing: 0;
				.count-box {
					div {
						position: relative;
						border: 1px solid #ccc;
						border-radius: 0.5rem;
						background: linear-gradient(to bottom, #fff 0%,#eee 100%);
						width: 12rem;
						height: 12rem;
						padding-left: 0.3rem;
						font-size: 10rem;
						font-weight: 700;
						font-feature-settings: 'tnum';
						text-align: center;
						line-height: 10.8rem;
						color: #333;
					}
					p {
						margin-top: 1rem;
						font-size: 1.6rem;
						font-weight: 400;
						line-height: 1;
						text-align: center;
						color: #999;
					}
				}
				span {
					animation: flash 2s linear infinite;
					opacity: 1;
					display: block;
					width: 8rem;
					height: 12rem;
					font-size: 9rem;
					font-weight: 700;
					text-align: center;
					line-height: 7rem;
					color: #333;
				}
				.time {
					position: absolute;
					top: -2rem;
					left: 0;
					font-size: 1.2rem;
					font-weight: 500;
					line-height: 1;
					color: #999;
					white-space: nowrap;
				}
			}
		}
	}
	@keyframes flash {
		0% {
			opacity: 1;
		}
		49% {
			opacity: 1;
		}
		50% {
			opacity: 0;
					}
		100% {
			opacity: 0;
		}
	}

	.copy {
		position: fixed;
		bottom: 3rem;
		right: 3rem;
		font-size: 1.2rem;
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0;
		text-align: right;
		color: #888;
		z-index: 3;
	}

}










@media screen and (min-width: 1px) and (max-width: 767px) {

	html {
		font-size: 2.666666vw;
	}
	body {
		min-width: 320px;
		font-size: 1.4rem;
		line-height: 1.7;
	}
	html.scroll-h,
	html.scroll-h body {
		height: 100%;
		overflow: hidden;
	}

	img {
		max-width: 100%;
		height: auto;
	}
	video {
		width: 100%;
	}

	.spnone {
		display: none;
	}

	.inner-out,
	.inner-mid,
	.inner-in {
		position: relative;
		width: 100%;
		padding-left: 2rem;
		padding-right: 2rem;
		z-index: 20;
	}

	header#live2d20th-header {
		position: fixed;
		top: 0;
		left: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: transparent;
		width: 100%;
		height: 4rem;
		padding: 0 2rem 0 0;
		transition: 0.1s linear;
		z-index: 20000;
		#live2d20th-logo {
			opacity: 0;
			transition: 0.2s ease;
			&.active {
				opacity: 1;
			}
		}
		.live2d20th-logo {
			position: relative;
			height: 4rem;
			a {
				display: block;
				border-radius: 0 0 2rem 0;
				background-color: #fff;
				padding: 1rem 1.8rem;
				img {
					width: auto;
					height: 4.2rem;
				}
			}
		}
		.lang {
			position: relative;
			background: url(../img/icon-lang-b.svg) center center no-repeat;
			background-size: 2.4rem;
			width: 2.5rem;
			height: 2.5rem;
			 .lang-btn {
				position: absolute;
				top: 0;
				right: 0;
				width: 2.5rem;
				height: 2.5rem;
				padding-right: 0;
				font-size: 0;
				overflow: hidden;
			}
			.wovn-lang-list {
				display: none;
				position: absolute;
				top: 2.5rem;
				right: 0;
				border: 1px solid #d6d6cc;
				border-radius: 0.5rem;
				background-color: #fff;
				padding: 0.5rem;
				font-size: 1.2rem;
				line-height: 1;
				white-space: nowrap;
				a {
					display: block;
					padding: 0.5rem;
					text-decoration: none;
					color: #000
				}
			}
		}
	}

	.btn {
		margin-top: 3rem;
	}
	.btn a,
	.btn button {
		position: relative;
		display: block;
		border: 2px solid #ff6e2d;
		border-radius: 20rem;
		background-color: #ff6e2d;
		width: 100%;
		margin: 0;
		padding: 1.3rem 3.5rem 1.3rem 2.5rem;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.3;
		text-decoration: none;
		text-align: center;
		color: #fff;
	}
	.btn.cv2 a,
	.btn.cv2 button {
		background-color: #fff;
		color: #ff6e2d;
	}
	.btn.mid {
		margin-top: 2rem;
	}
	.btn.mid a,
	.btn.mid button {
		padding: 1rem 4rem 1rem 3rem;
		font-size: 1.4rem;
	}
	.btn a:after,
	.btn button:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 1.2rem;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0.6rem 0 0.6rem 0.6rem;
		border-color: transparent transparent transparent #fff;
		margin-top: -0.6rem;
		-webkit-transition: 0.2s ease;
		transition: 0.2s ease;
	}
	.btn.cv2 a:after,
	.btn.cv2 button:after {
		border-color: transparent transparent transparent #ff6e2d;
	}
	.btn a[target="_blank"]:after {
		border: none;
		background-image: url(../img/icon-blank-w.svg);
		background-repeat: no-repeat;
		background-size: 1.6rem;
		width: 1.6rem;
		height: 1.6rem;
		margin-top: -0.8rem;
	}
	.btn.cv2 a[target="_blank"]:after {
		background-image: url(../img/icon-blank-o.svg);
	}
	.btn.dl a:after,
	.btn.dl button:after {
		border: none;
		background-image: url(../img/icon-dl-w.svg);
		background-repeat: no-repeat;
		background-size: 1.6rem;
		width: 1.6rem;
		height: 1.6rem;
		margin-top: -0.8rem;
	}
	.btn.dl.cv2 a:after,
	.btn.dl.cv2 button:after {
		background-image: url(../img/icon-dl-o.svg);
	}
	.btn.data a:after,
	.btn.data button:after {
		border: none;
		background-image: url(../img/icon-data-w.svg);
		background-repeat: no-repeat;
		background-size: 1.6rem;
		width: 1.6rem;
		height: 1.6rem;
		margin-top: -0.8rem;
	}
	.btn.data.cv2 a:after,
	.btn.data.cv2 button:after {
		background-image: url(../img/icon-data-o.svg);
	}
	.btn a strong,
	.btn button strong {
		color: #ff0;
	}
	.btn button[disabled] {
		border: 2px solid #ccc;
		background-color: #ccc;
		pointer-events: none;
		color: #fff;
	}
	.btn.dl.cv2 button[disabled]:after {
		background-image: url(../img/icon-dl-w.svg);
	}
	.btn.data.cv2 button[disabled]:after {
		background-image: url(../img/icon-data-w.svg);
	}
	.btn-double > div .btn {
		margin-top: 1rem;
	}
	.btn-double > div:nth-of-type(2),
	.btn-double > p:nth-of-type(2) {
		margin-top: 1rem;
	}
	.btn-double p {
		text-align: center;
	}
	.btn-double .btn + p {
		margin-top: 0.8rem;
		font-size: 1.2rem;
		line-height: 1.4;
		letter-spacing: 0.03em;
		text-align: center;
	}

	.big {
		font-size: 120%;
	}
	.sml {
		font-size: 85%;
	}
	.heed {
		color: #e33;
	}

	.img-box {
		position: relative;
		border-radius: 1rem;
		background-color: #f7f7f5;
		width: 100%;
		padding-top: 56.25%;
		overflow: hidden;
	}
	.img-box.border {
		border: 1px solid #eee;
	}
	.img-box img {
		position: absolute;
		top: 0;
		left: 0;
		object-fit: cover;
		max-width: initial;
		width: 100%;
		height: 100%;
	}
	.img-box a {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.img-box.fit {
		padding-top: 0;
	}
	.img-box.fit img {
		position: relative;
		width: 100%;
		height: auto;
	}
	.img-box.fit a {
		display: inline-block;
		position: relative;
	}

	.note,
	.note2 {
		color: #888;
	}
	p.note {
		padding-left: 1em;
		text-indent: -1em;
	}
	ul.note li {
		padding-left: 1em;
		text-indent: -1em;
	}

	.movie {
		position: relative;
		border-radius: 1rem;
		background-color: #f7f7f5;
		padding-top: 56.25%;
		overflow: hidden;
	}
	.movie iframe,
	.movie video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.txt-area p,
	.txt-area ul,
	.txt-area ol,
	.ul-style {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.txt-area ul li,
	.ul-style li {
		position: relative;
		padding-left: 1.4rem;
	}
	.txt-area ul li:before,
	.ul-style li:before {
		content: "";
		position: absolute;
		top: 0.6em;
		left: 0;
		display: block;
		border-radius: 1rem;
		background-color: #ff6e2d;
		width: 0.6rem;
		height: 0.6rem;
	}
	.txt-area ol {
		counter-reset: item;
	}
	.txt-area ol li {
		position: relative;
		padding-left: 2rem;
	}
	.txt-area ol li:before {
		counter-increment: item;
		content: counter(item)'.';
		position: absolute;
		top: 0;
		left: 0;
		font-weight: 700;
		color: #ff6e2d;
	}
	.txt-area p:first-child,
	.txt-area ul:first-child,
	.txt-area ol:first-child,
	.ul-style:first-child {
		margin-top: 0;
	}
	.txt-area p:last-child,
	.txt-area ul:last-child,
	.txt-area ol:last-child,
	.ul-style:last-child {
		margin-bottom: 0;
	}

	.fade {
		opacity: 0;
		-webkit-transition: 0.8s linear;
		transition: 0.8s linear;
	}
	.fade.active {
		opacity: 1;
	}
	.fade-l {
		position: relative;
		opacity: 0;
		-webkit-transform: translate(-2rem, 0);
		transform: translate(-2rem, 0);
		-webkit-transition: 0.8s ease-out;
		transition: 0.8s ease-out;
	}
	.fade-l.active {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.fade-r {
		position: relative;
		opacity: 0;
		-webkit-transform: translate(2rem, 0);
		transform: translate(2rem, 0);
		-webkit-transition: 0.8s ease-out;
		transition: 0.8s ease-out;
	}
	.fade-r.active {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.fade-t {
		position: relative;
		opacity: 0;
		-webkit-transform: translate(0, -2rem);
		transform: translate(0, -2rem);
		-webkit-transition: 0.8s ease-out;
		transition: 0.8s ease-out;
	}
	.fade-t.active {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.fade-b {
		position: relative;
		opacity: 0;
		-webkit-transform: translate(0, 2rem);
		transform: translate(0, 2rem);
		-webkit-transition: 0.8s ease-out;
		transition: 0.8s ease-out;
	}
	.fade-b.active {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.fade-w {
		-webkit-transition: 0.8s ease-out;
		transition: 0.8s ease-out;
		-webkit-transform: scale(1.1,1.1);
		transform: scale(1.1,1.1);
		opacity: 0;
	}
	.fade-z {
		-webkit-transition: 0.8s ease-out;
		transition: 0.8s ease-out;
		-webkit-transform: scale(0.9,0.9);
		transform: scale(0.9,0.9);
		opacity: 0;
	}
	.fade-w.active,
	.fade-z.active {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		opacity: 1;
	}

	#live2d20th-area {
		position: relative;
		overflow: hidden;
		pointer-events: none;
		z-index: 1;
	}

	.live2d20th-mv {
		position: relative;
		background-color: #fff;
		width: 100%;
		height: 100svh;
		overflow: hidden;
		clip-path: inset(0);
		z-index: 1;
		.bg {
			animation: bg 20s ease infinite;
			position: fixed;
			top: 0;
			left: 0;
			background: #fff url(../img/teaser-bg-sp.png) no-repeat center center / cover;
			width: 100%;
			height: 100svh;
			z-index: -1;
		}
	}
	@keyframes bg {
		0% {
			transform: scale(1,1);
		}
		50% {
			transform: scale(1.5,1.5);
					}
		100% {
			transform: scale(1,1);
		}
	}

	.live2d20th-title {
		position: fixed;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100svh;
		overflow: hidden;
		z-index: 2;
		.title {
			position: relative;
			padding: 2rem 2rem 4rem 2rem;
			z-index: 2;
			h1 {
				width: 30rem;
				margin: 0 auto;
			}
			.comingsoon {
				margin-top: 4rem;
				font-family: 'Oswald', sans-serif;
				font-size: 2.5rem;
				font-weight: 200;
				line-height: 1;
				letter-spacing: 0.1em;
				text-align: center;
			}
			.openday {
				margin-top: 1rem;
				font-family: 'Oswald', sans-serif;
				font-size: 6rem;
				font-weight: 700;
				line-height: 1;
				letter-spacing: 0;
				text-align: center;
				color: #ff6e2d;
			}
			.countdown {
				position: relative;
				display: flex;
				justify-content: center;
				align-items: center;
				width: 30rem;
				margin: 6rem auto 0 auto;
				font-family: 'Oswald', sans-serif;
				font-weight: 700;
				letter-spacing: 0;
				.count-box {
					div {
						position: relative;
						border: 1px solid #ccc;
						border-radius: 0.5rem;
						background: linear-gradient(to bottom, #fff 0%,#eee 100%);
						width: 7rem;
						height: 7rem;
						padding-left: 0.1rem;
						font-size: 5.4rem;
						font-weight: 700;
						font-feature-settings: 'tnum';
						text-align: center;
						line-height: 6.4rem;
						color: #333;
					}
					p {
						margin-top: 0.6rem;
						font-size: 1.2rem;
						font-weight: 400;
						line-height: 1;
						text-align: center;
						color: #999;
					}
				}
				span {
					animation: flash 2s linear infinite;
					opacity: 1;
					display: block;
					width: 4.5rem;
					height: 8rem;
					font-size: 6rem;
					font-weight: 700;
					text-align: center;
					line-height: 4.5rem;
					color: #333;
				}
				.time {
					position: absolute;
					top: -1.6rem;
					left: 0;
					font-size: 1rem;
					font-weight: 500;
					line-height: 1;
					color: #999;
					white-space: nowrap;
				}
			}
		}
	}
	@keyframes flash {
		0% {
			opacity: 1;
		}
		49% {
			opacity: 1;
		}
		50% {
			opacity: 0;
					}
		100% {
			opacity: 0;
		}
	}

	.copy {
		position: fixed;
		bottom: 2rem;
		right: 2rem;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0;
		text-align: right;
		color: #888;
		z-index: 3;
	}

}










form .checkbox input[type="checkbox"]:disabled + label {
	user-select: none;
	pointer-events: none;
	color: #999;
}
form .checkbox input[type="checkbox"]:disabled + label:before {
	border: 2px solid #ccc;
	background: #eee;
}

.txt-area ul li ul li:before {
	background-color: #00aaea;
}