body {
	background: #fff;
	color: #231815;
	font-size: 1.6rem;
	line-height: 1.8em;
	font-family: YakuHanJP,dnp-shuei-mgothic-std,"游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
	text-align: center;
	transition: all .4s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

body::after {
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #fff url(../img/bg_pattern.png) center repeat;
}

a {
	outline: none;
	color: #fff;
	text-decoration: underline;
	transition: all .4s;
}

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

h1,
h2,
h3,
h4,
p,
dl,
dt,
dd,
strong,
em {
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
}

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

li {
	list-style: inherit;
	margin: 0;
	padding: 0;
}

img {
	outline: none;
	max-width: 100%;
	font-size: 1px !important;
	line-height: 0 !important;
	vertical-align: middle;
}

rt {
	transform: translateY(0.2em);
}

[data-ruby] {
	display: inline-block;
	position: relative;
	z-index: 1;
	line-height: 1.2em;
}

[data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	top: -0.7em;
	left: -100%;
	z-index: 1;
	width: 300%;
	font-size: .45em;
	line-height: 1em;
	text-align: center !important;
	white-space: nowrap;
	transform: scaleX(0.9);
}

[data-ruby] rt {
	display: none;
}

.emColor01 {
	color: #c00 !important;
}

.emColor02 {
	color: #f5aa68 !important;
}

.clBro {
	color: #0fa63c;
}

.clTis {
	color: #21b8ce;
}

.clLico {
	color: #ff72bb;
}

.noteColor {
	color: gray !important;
}

.bold {
	font-weight: 700 !important;
}

.under {
	text-decoration: underline;
}

.dis {
	text-decoration: line-through;
}

.indent {
	text-indent: 1em;
}

.jp {
	font-family: YakuHanJP,dnp-shuei-mgothic-std,"游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
}

.en {
	font-family: futura-pt,sans-serif;
}

.brace {
	text-indent: -0.5em;
}

.mgtHp {
	margin-top: .9em !important;
}

.mgt1p {
	margin-top: 1.8em !important;
}

.mgt2p {
	margin-top: 3.6em !important;
}

.mgt3p {
	margin-top: 5.4em !important;
}

.fsS {
	font-size: .8em !important;
	line-height: 1.8em !important;
}

.center {
	text-align: center !important;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.iblock {
	display: inline-block;
	vertical-align: baseline;
}

.wbreak {
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
}

.button {
	box-sizing: border-box;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	border: 1px solid #000;
	border-radius: 100px;
	background: #fff;
	color: #000;
	min-width: 280px;
	min-height: 60px;
	font-size: 1.6rem;
	line-height: 1.2em;
	font-family: futura-pt,sans-serif;
	font-weight: 700;
	letter-spacing: .04em;
	text-indent: .04em;
	text-decoration: none;
	cursor: pointer;
	transition: all .4s;
}

.button::before,
.button::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 20px;
	height: 1px;
	background: #000;
	transition: all .4s;
}

.button::before {
	left: -20px;
}

.button::after {
	left: 0;
}

.button:hover,
.button:active {
	background: #000;
	color: #fff;
}

.button:hover::after,
.button:active::after {
	background: #fff;
}

.rebutton {
	box-sizing: border-box;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	border: 1px solid #000;
	border-radius: 100px;
	background: #fff;
	color: #000;
	min-width: 280px;
	min-height: 60px;
	font-size: 1.6rem;
	line-height: 1.2em;
	font-family: futura-pt,sans-serif;
	font-weight: 700;
	letter-spacing: .04em;
	text-indent: .04em;
	text-decoration: none;
	cursor: pointer;
	transition: all .4s;
}

.rebutton:hover,
.rebutton:active {
	background: #f3ffdc;
}

table.def {
	box-sizing: border-box;
	display: table;
	table-layout: fixed;
	border: 1px solid #fff;
	width: 100%;
	font-size: inherit;
	line-height: 1.4em;
}

table.def th,
table.def td {
	box-sizing: border-box;
	border: 1px solid #fff;
	padding: 10px 20px;
	font-weight: normal;
}

table.def th {
	width: 10em;
	background: rgba(255,255,255,.1);
	letter-spacing: .1em;
}

ul.def {
	font-size: inherit;
	line-height: inherit;
	text-align: left;
}

ul.def>li {
	position: relative;
	z-index: 1;
	padding-left: 1em;
}

ul.def>li::before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

ul.def.disc>li::before {
	content: "・";
}

ul.def.asta>li::before {
	content: "※";
}

ol.def {
	counter-reset: ol-def-item;
	font-size: inherit;
	line-height: inherit;
	text-align: left;
}

ol.def>li {
	position: relative;
	z-index: 1;
	padding-left: 1.8em;
}

ol.def>li::before {
	counter-increment: ol-def-item;
	content: counter(ol-def-item) ".";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 1.5em;
	text-align: right;
}

body>footer {
	position: relative;
	z-index: 2000;
	padding: 60px;
	background: #000;
	color: #fff;
	text-align: left;
}

body>footer>div {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1000;
	margin: 0 auto;
	max-width: 1020px;
}

body>footer>div>div:nth-of-type(1) {
	order: 2;
}

body>footer>div>div:nth-of-type(2) {
	order: 1;
}

body>footer dl.share {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

body>footer dl.share>dt {
	margin-right: 10px;
	font-size: .9em;
	line-height: 1em;
	font-family: futura-pt,sans-serif;
	font-weight: 700;
}

body>footer dl.share>dd .bro-snsbox>div>div {
	margin: 0 0 0 10px;
}

body>footer dl.share>dd .bro-snsbox.bro-circle-view>div>div {
	width: 30px !important;
}

body>footer dl.share>dd img {
	transition: transform .2s;
}

body>footer dl.share>dd a:hover img {
	transform: scale(1.1);
}

body>footer ul.logos {
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 15px;
}

body>footer ul.logos>li {
	margin-right: 40px;
}

body>footer ul.logos a {
	display: block;
}

body>footer ul.logos a img {
	width: auto;
	height: 50px;
}

body>footer ul.logos a:hover {
	opacity: .5;
}

body>footer .copy {
	color: gray;
	font-size: .7em;
	line-height: 1.8em;
}

#container {
	position: relative;
	z-index: 1000;
	width: 100%;
}

#container .hd01 {
	color: #fff;
	font-size: 5em;
	line-height: 1em;
	font-family: futura-pt,sans-serif;
	font-weight: 700;
	letter-spacing: .04em;
	text-shadow: 1px 1px 0 #000,-1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000;
}

#First {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
}

#First .lead {
	margin: 60px auto 0;
	max-width: 800px;
}

#First .lead p {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-top: 20px;
	padding: 20px;
	font-size: 1.2em;
	line-height: 1.2em;
}

#First .lead p::before,
#First .lead p::after {
	content: "";
	box-sizing: border-box;
	position: absolute;
	border: 1px solid #000;
	width: 100%;
	height: 100%;
}

#First .lead p::before {
	left: -2px;
	top: -2px;
}

#First .lead p::after {
	left: 2px;
	top: 2px;
}

#Movie {
	overflow: hidden;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	height: 450px;
}

#Movie>a {
	display: block;
	width: 100px;
	height: 100px;
	background: rgba(0,0,0,0) url(../img/ico_movie.png) center/contain no-repeat;
}

#Movie>a:hover {
	transform: scale(1.1);
}

#Product {
	padding-top: 80px;
}

#Product .series_nav {
	margin-top: 20px;
}

#Product .series_nav ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

#Product .series_nav ul li {
	box-sizing: border-box;
	overflow: hidden;
	opacity: .5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 10px 2px 0;
	border: 1px solid #cecece;
	border-radius: 100px;
	padding: 0 49px;
	width: 220px;
	height: 100px;
	background: #fff;
	cursor: pointer;
	transform: scale(0.9);
	transition: all .4s;
}

#Product .series_nav ul li.cur,
#Product .series_nav ul li:hover {
	opacity: 1;
	transform: scale(1);
}

#Product .series_wrap {
	opacity: 0;
	display: none;
}

#Product .series_wrap.cur {
	display: block;
}

#Product .box {
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	margin: 60px auto 0;
	border: 1px solid #cecece;
	padding: 60px;
	max-width: 1020px;
	background: #fff;
}

#Product .box::before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	left: 6px;
	top: 6px;
	z-index: -1;
	border: 1px solid #cecece;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
}

#Product .box>.pic {
	width: 350px;
	line-height: 0;
}

#Product .box>.desc {
	width: calc(100% - 350px - 40px);
}

#Product .box>.desc h1 {
	border-bottom: 1px solid #cecece;
	padding-bottom: 40px;
	text-align: center;
}

#Product .box>.desc table.spec {
	margin: 30px 0 0;
	font-size: .9em;
	line-height: 1.6em;
}

#Product .box>.desc table.spec th,
#Product .box>.desc table.spec td {
	padding: .1em 0;
	vertical-align: middle;
}

#Product .box>.desc table.spec th {
	padding-right: 1.5em;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}

#Product .box>.desc table.spec td {
	text-align: left;
}

#Product .x {
	margin-top: 20px;
}

#Product .buttons {
	margin-top: 20px;
}

#Product .buttons>li:not(:first-child) {
	margin-top: 10px;
}

#Product #uchronia .desc h1 img,
#Product #uchronia_fd .desc h1 img {
	width: 260px;
}

#Product #unlogical .desc h1 img {
	width: 360px;
}

#Product #mirage .desc h1 img {
	width: 298px;
}

#Product .banner {
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	margin: 60px auto 0;
	border: 1px solid #cecece;
	padding: 7px;
	max-width: 1020px;
	background: #fff;
	line-height: 0;
}

#Product .banner::before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	left: 6px;
	top: 6px;
	z-index: -1;
	border: 1px solid #cecece;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
}

#Product .banner a {
	overflow: hidden;
	display: block;
}

#Product .banner a img {
	transition: all .4s;
}

#Product .banner a:hover img {
	transform: scale(1.04);
}

#Event {
	padding-top: 140px;
}

#Event .banner {
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	margin: 60px auto 0;
	border: 1px solid #cecece;
	padding: 7px;
	max-width: 1020px;
	background: #fff;
	line-height: 0;
}

#Event .banner::before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	left: 6px;
	top: 6px;
	z-index: -1;
	border: 1px solid #cecece;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
}

#Event .banner a {
	overflow: hidden;
	display: block;
}

#Event .banner a img {
	transition: all .4s;
}

#Event .banner a:hover img {
	transform: scale(1.04);
}

#WebRadio {
	padding-top: 140px;
}

#WebRadio .box {
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	margin: 60px auto 0;
	border: 1px solid #cecece;
	padding: 60px 40px;
	max-width: 1020px;
	background: #fff;
}

#WebRadio .box::before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	left: 6px;
	top: 6px;
	z-index: -1;
	border: 1px solid #cecece;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
}

#WebRadio .box>h1 {
	line-height: 0;
}

#WebRadio .box>h1 img {
	width: 480px;
}

#WebRadio .box hr {
	margin: 40px 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #cecece;
	background: rgba(0,0,0,0);
	width: 100%;
	height: 5px;
}

#WebRadio .toform {
	margin-top: 30px;
}

#WebRadio .toform a {
	box-sizing: border-box;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	border: 1px solid #000;
	border-radius: 100px;
	background: #fff;
	color: #000;
	min-width: 460px;
	min-height: 100px;
	font-size: 2.8rem;
	line-height: 1.2em;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	transition: all .4s;
}

#WebRadio .toform a::after {
	content: "";
	position: absolute;
	top: 1px;
	right: -30px;
	width: 68px;
	height: 98px;
	background: rgba(0,0,0,0) url(../img/btn_chara.png) center/contain no-repeat;
}

#WebRadio .toform a:hover,
#WebRadio .toform a:active {
	background: #f3ffdc;
}

#WebRadio .toform a:hover:after,
#WebRadio .toform a:active:after {
	animation: toform_char .5s linear 1;
}

#WebRadio .archive>h1 {
	margin: 0;
	font-size: 1.6em;
	line-height: 1em;
}

#WebRadio .archive>ol {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

#WebRadio .archive>ol>li {
	margin-top: 20px;
	width: calc((100% - 40px)/3);
}

#WebRadio .archive>ol>li:not(:nth-of-type(3n+1)) {
	margin-left: 20px;
}

#WebRadio .archive>ol>li a {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	border: 1px solid #000;
	border-radius: 100px;
	background: #fff;
	color: #000;
	min-height: 100px;
	text-decoration: none;
	cursor: pointer;
	transition: all .4s;
}

#WebRadio .archive>ol>li a:hover,
#WebRadio .archive>ol>li a:active {
	background: #f3ffdc;
}

#WebRadio .archive>ol>li a .vol {
	font-size: 1.5em;
	line-height: 1.4em;
	font-family: futura-pt,sans-serif;
	font-weight: 700;
}

#WebRadio .archive>ol>li a .vol.jp {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: YakuHanJP,dnp-shuei-mgothic-std,"游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",Meiryo,sans-serif;
}

#WebRadio .archive>ol>li a .update {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: 700;
}

#X>div {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 150px 0 200px;
	max-width: 1020px;
}

#X>div>header {
	text-align: center;
}

#X>div>header h1 {
	margin: 0 0 30px;
	color: #fff;
	font-size: 5em;
	line-height: 1em;
	font-family: futura-pt,sans-serif;
	font-weight: 700;
	letter-spacing: .04em;
	text-shadow: 1px 1px 0 #000,-1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000;
}

#X>div>header h1>span {
	font-size: .65em;
	line-height: 1em;
}

#Bg .particle {
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}

#Bg .particle>img {
	display: block;
	position: absolute;
	z-index: -1;
	width: 460px;
	transition: transform 1.4s ease-out;
}

#Bg .particle .b01 {
	left: -110px;
	top: -190px;
}

#Bg .particle .t01 {
	left: 190px;
	top: -190px;
}

#Bg .particle .t02 {
	right: 90px;
	top: -180px;
}

#Bg .particle .b02 {
	left: 40px;
	top: 100px;
}

#Bg .particle .t03 {
	right: -60px;
	top: 270px;
}

#Bg .particle .b03 {
	right: -130px;
	top: 60px;
}

#Bg .particle .t04 {
	left: -130px;
	top: 460px;
}

#Bg .particle .t05 {
	right: 20px;
	top: 480px;
}

#Bg .particle .t06 {
	right: 380px;
	top: 700px;
}

#Bg .particle .b04 {
	right: -30px;
	top: 750px;
}

#Bg .particle .b05 {
	left: -80px;
	top: 1040px;
}

#Bg .particle .t07 {
	left: 280px;
	top: 1060px;
}

#Bg .particle .b06 {
	right: 140px;
	top: 1770px;
}

#Bg .base {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #fff url(../img/bg_pattern.png) center repeat;
}

#Bg .contents {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
}

#Bg .contents .fixed {
	height: 100vh;
}

#Bg .contents .shutter {
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 450px;
	background: #d4e2f2;
	-webkit-mask-image: url(../img/movie_mask.png);
	mask-image: url(../img/movie_mask.png);
	-webkit-mask-position: 50% 50%;
	mask-position: 50% 50%;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

#Bg .contents .shutter::before,
#Bg .contents .shutter::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#Bg .contents .shutter::before {
	z-index: 3;
	background: rgba(0,0,0,0) url(../img/movie_shadow.png) center/100% 100% no-repeat;
}

#Bg .contents .shutter::after {
	opacity: .5;
	z-index: 2;
	background: rgba(0,0,0,0) url(../img/cover_movie.png) center repeat;
}

#Bg .contents .shutter video,
#Bg .contents .shutter img {
	opacity: .5;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 100%;
	max-width: none;
	transform: translate(-50%, -50%);
}

.mfp-bg {
	opacity: .9;
	background: #fff;
}

.mfp-iframe-holder .mfp-close {
	overflow: hidden;
	opacity: 1;
	position: fixed;
	right: 40px;
	top: 40px;
	padding: 0;
	width: 74px;
	height: 74px;
	font-size: 1px;
	line-height: 0;
	text-decoration: none;
	text-align: center;
	transition: opacity .4s;
}

.mfp-iframe-holder .mfp-close::before,
.mfp-iframe-holder .mfp-close::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 200%;
	height: 1px;
	background: #000;
}

.mfp-iframe-holder .mfp-close::before {
	transform: translateX(-50%) rotate(45deg);
}

.mfp-iframe-holder .mfp-close::after {
	transform: translateX(-50%) rotate(-45deg);
}

.mfp-iframe-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:focus {
	opacity: .2;
}

.mfp-iframe-holder .mfp-close:active {
	top: 40px;
}

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

.sp {
	display: none !important;
}

}

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

body {
	font-size: 2.5rem;
	line-height: 1.8em;
}

.pc {
	display: none !important;
}

.button {
	min-width: 460px;
	min-height: 80px;
	font-size: 2.6rem;
	line-height: 1.2em;
}

.button:hover,
.button:active {
	background: #fff;
	color: #000;
}

.button:hover::after,
.button:active::after {
	background: #000;
}

.rebutton {
	min-width: 460px;
	min-height: 100px;
	background: #f3ffdc;
	font-size: 2.6rem;
	line-height: 1.2em;
}

table.def {
	display: block;
	border-width: 0 2px 2px;
	line-height: 1.6em;
}

table.def tbody,
table.def tr,
table.def th,
table.def td {
	display: block;
}

table.def th {
	border-width: 2px 0;
	padding: 15px 30px;
	width: auto;
}

table.def td {
	border-width: 0;
	padding: 20px 30px;
}

body>footer {
	padding: 100px 60px;
	text-align: center;
}

body>footer>div {
	display: block;
}

body>footer dl.share {
	justify-content: center;
}

body>footer dl.share>dt {
	margin-right: 0;
	font-size: .8em;
	line-height: 1em;
}

body>footer dl.share>dd .bro-snsbox>div>div {
	margin: 0 0 0 30px;
}

body>footer dl.share>dd .bro-snsbox.bro-circle-view>div>div {
	width: 60px !important;
}

body>footer dl.share>dd a:hover img {
	transform: scale(1);
}

body>footer ul.logos {
	justify-content: space-between;
	margin: 80px 0 60px;
}

body>footer ul.logos>li {
	margin-right: 0;
}

body>footer ul.logos a img {
	height: auto;
}

body>footer ul.logos a:hover {
	opacity: 1;
}

body>footer .copy {
	font-size: .85em;
	line-height: 1.6em;
}

body>footer .copy p {
	margin-top: .5em;
}

#container .hd01 {
	font-size: 4em;
	line-height: 1em;
}

#First .lead {
	margin-top: 60px;
	padding: 0 25px;
}

#First .lead p {
	margin-top: 20px;
	padding: 16px 25px 12px;
	font-size: 1.1em;
	line-height: 1em;
}

#First .lead p.long {
	letter-spacing: -0.05em;
}

#Movie {
	height: 500px;
}

#Movie>a:hover {
	transform: scale(1);
}

#Product {
	padding: 60px 40px 0;
}

#Product .series_nav ul {
	margin-left: -10px;
	width: calc(100% + 20px);
}

#Product .series_nav ul li {
	margin: 20px 10px 0;
	border-width: 2px;
	border-radius: 100px;
	padding: 0 98px;
	width: 320px;
	height: 100px;
	transform: scale(1);
}

#Product .box {
	display: block;
	margin-top: 80px;
	border-width: 2px;
	padding: 78px 38px;
}

#Product .box::before {
	left: 8px;
	top: 8px;
	border-width: 2px;
	width: calc(100% - 16px);
	height: calc(100% - 16px);
}

#Product .box>.pic {
	margin: 0 auto;
	width: auto;
}

#Product .box>.desc {
	width: auto;
}

#Product .box>.desc h1 {
	position: absolute;
	left: 38px;
	top: 78px;
	z-index: 10;
	border-bottom-width: 2px;
	padding-bottom: 720px;
	width: calc(100% - 76px);
}

#Product .box>.desc table.spec {
	margin: 80px 0 0;
	font-size: .8em;
	line-height: 1.6em;
}

#Product .x {
	margin-top: 60px;
}

#Product .buttons {
	margin-top: 60px;
}

#Product .buttons>li:not(:first-child) {
	margin-top: 40px;
}

#Product #uchronia .pic,
#Product #uchronia_fd .pic {
	margin-top: 230px;
}

#Product #uchronia .desc h1 img,
#Product #uchronia_fd .desc h1 img {
	width: 360px;
}

#Product #unlogical .pic {
	margin-top: 140px;
}

#Product #unlogical .desc h1 img {
	width: auto;
}

#Product #mirage .pic {
	margin-top: 220px;
}

#Product .banner {
	display: block;
	margin-top: 80px;
	border-width: 2px;
	padding: 10px;
}

#Product .banner::before {
	left: 8px;
	top: 8px;
	border-width: 2px;
	width: calc(100% - 16px);
	height: calc(100% - 16px);
}

#Product .banner a:hover img {
	transform: scale(1);
}

#Event {
	padding: 140px 40px 0;
}

#Event .banner {
	display: block;
	border-width: 2px;
	padding: 10px;
}

#Event .banner::before {
	left: 8px;
	top: 8px;
	border-width: 2px;
	width: calc(100% - 16px);
	height: calc(100% - 16px);
}

#Event .banner a:hover img {
	transform: scale(1);
}

#WebRadio {
	padding: 140px 40px 0;
}

#WebRadio .box {
	display: block;
	border-width: 2px;
	padding: 78px 33px;
}

#WebRadio .box::before {
	left: 8px;
	top: 8px;
	border-width: 2px;
	width: calc(100% - 16px);
	height: calc(100% - 16px);
}

#WebRadio .box>h1 img {
	width: auto;
}

#WebRadio .box hr {
	margin: 60px 0;
	border-width: 2px 0;
	height: 10px;
}

#WebRadio .toform a {
	min-width: 480px;
	min-height: 100px;
	background: #f3ffdc;
}

#WebRadio .toform a:after {
	animation: none;
}

#WebRadio .archive>ol {
	justify-content: space-between;
	margin-top: 20px;
}

#WebRadio .archive>ol>li {
	margin: 30px 0 0 !important;
	width: calc((100% - 30px)/2);
}

#WebRadio .archive>ol>li a {
	background: #f3ffdc;
}

#WebRadio .archive>ol>li a .vol {
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: 400;
}

#WebRadio .archive>ol>li a .vol.jp {
	font-size: .9em;
	line-height: 1.4em;
}

#WebRadio .archive>ol>li a .update {
	font-size: .75em;
	line-height: 1.4em;
	font-weight: 400;
}

#X>div {
	display: block;
}

#X>div .bt {
	padding: 40px;
}

#Bg .particle .b01 {
	left: -60px;
	top: -180px;
}

#Bg .particle .t01 {
	left: 280px;
	top: -60px;
}

#Bg .particle .t02 {
	display: none;
}

#Bg .particle .b02 {
	left: -220px;
	top: 100px;
}

#Bg .particle .t03 {
	right: -140px;
	top: 620px;
}

#Bg .particle .b03 {
	right: -250px;
	top: 420px;
}

#Bg .particle .t04 {
	left: -180px;
	top: 700px;
}

#Bg .particle .t05 {
	right: 300px;
	top: 480px;
}

#Bg .particle .t06 {
	right: -200px;
	top: 1000px;
}

#Bg .particle .b04 {
	right: -150px;
	top: 1300px;
}

#Bg .particle .b05 {
	left: -80px;
	top: 1240px;
}

#Bg .particle .t07 {
	left: 300px;
	top: 1860px;
}

#Bg .particle .b06 {
	right: 280px;
	top: 1770px;
}

#Bg .contents .shutter {
	height: 500px;
	-webkit-mask-size: auto 100%;
	mask-size: auto 100%;
}

#Bg .contents .shutter::before {
	background-size: auto 100%;
}

#Bg .contents .shutter video,
#Bg .contents .shutter img {
	width: 120%;
}

}

@keyframes toform_char {

0% {
	transform: rotate(0);
}

10% {
	transform: rotate(5deg);
}

30% {
	transform: rotate(-5deg);
}

50% {
	transform: rotate(5deg);
}

70% {
	transform: rotate(-5deg);
}

90% {
	transform: rotate(5deg);
}

100% {
	transform: rotate(0deg);
}

}


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