#Header {
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	transform: translateY(-100px);
	transition: all 0.3s;
}

#Header.is-fixed {
	opacity: 1;
	transform: translateY(0);
}

#main {
	position: relative;
	z-index: 1;
	min-height: 990px;
}

#main > .title {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 30px 100px 30px 40px;
}

#main > .container {
	display: flex;
	justify-content: space-between;
	flex-flow: row nowrap;
	position: relative;
}

#main > .container > .visual {
	order: 2;
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 100%;
}

#main > .container > .nav {
	box-sizing: border-box;
	order: 1;
	width: 360px;
	position: relative;
	z-index: 2;
	flex-shrink: 0;
}

#main > .buy {
	width: 100%;
	display: block;
	margin: 60px auto 0;
}

#main > .buy img {
	width: 100%;
	display: block;
}

#main > .title > .switch {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: 80px;
}

#main > .title > .logo {
	position: relative;
	display: block;
	width: 32%;
	max-width: 400px;
	padding-right: 31px;
	margin-right: 30px;
}

#main > .title > .logo::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 100%;
	background-color: #003d63;
}

#main > .title > .logo img {
	width: 100%;
	display: block;
}

#main > .title > .onsale {
	display: block;
	width: 34%;
	max-width: 486px;
}

#main > .title > .onsale img {
	width: 100%;
	display: block;
}

#main > .container > .visual > li {
	position: absolute;
	top: 0;
	width: calc(100% - 240px);
	transition: opacity 0.3s, left 0.3s ease;
	overflow: hidden;
}

#main > .container > .visual > li::before {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	width: 116px;
	height: 30px;
	padding-left: 6px;
	background: #fff;
	color: #003d63;
	font-size: 0.9em;
	letter-spacing: 0.07em;
	line-height: 0;
	transform-origin: 100% 0;
	transform: rotate(90deg) translateX(100%);
	font-family: geom-graphic, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-weight: 600;
}

#main > .container > .visual > li::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 122px;
	z-index: 1;
	border-top: 30px solid #fff;
	border-right: 10px solid transparent;
	transform-origin: 100% 0;
	transform: rotate(90deg) translateX(100%);
}

#main > .container > .visual > li.cur {
	position: relative;
	left: 0 !important;
	z-index: 10;
}

#main > .container > .visual > li img {
	width: 100%;
	max-width: none;
}

#main > .container > .visual > li:not(.cur) {
	cursor: pointer;
}

#main > .container > .visual > li:not(.cur):hover {
	opacity: 0.8;
}

#main > .container > .visual > li:not(.cur) .illust::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #8650a9;
	opacity: 0.4;
	z-index: 1;
	pointer-events: none;
}

#main > .container > .visual > li .illust {
	position: relative;
	transition: all 0.3s;
}

#main > .container > .visual > li.v01 {
	z-index: 3;
}

#main > .container > .visual > li.v01::before {
	content: "VISUAL 01";
}

#main > .container > .visual > li.v01:not(.cur) .illust {
	transform: translateX(54%);
}

#main > .container > .visual > li.v02 {
	z-index: 2;
	left: 120px;
}

#main > .container > .visual > li.v02::before {
	content: "VISUAL 02";
}

#main > .container > .visual > li.v02:not(.cur) .illust {
	transform: translateX(54%);
}

#main > .container > .visual > li.v03 {
	z-index: 1;
	left: 240px;
}

#main > .container > .visual > li.v03::before {
	content: "VISUAL 03";
}

#main > .container > .visual > li.v03:not(.cur) .illust {
	transform: translateX(54%);
}

#main > .container > .nav {
	display: flex;
	flex-direction: column;
}

#main > .container > .nav > .links {
	box-sizing: border-box;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	height: -moz-fit-content;
	height: fit-content;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 33px;
	padding-top: 38px;
	padding-left: 40px;
}

#main > .container > .nav > .links > ul {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: -moz-fit-content;
	width: fit-content;
	margin-bottom: 32px;
}

#main > .container > .nav > .links > ul > li {
	font-size: 1.27em;
	line-height: 1em;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.06em;
	text-align: right;
	transition: all 0.4s;
}

#main > .container > .nav > .links > ul > li:not(:last-child) {
	margin-bottom: 34px;
}

#main > .container > .nav > .links > ul > li > a,
#main > .container > .nav > .links > ul > li > span {
	box-sizing: border-box;
	opacity: 1;
	display: inline-block;
	position: relative;
	z-index: 1;
	color: #003d63;
	text-decoration: none;
}

#main > .container > .nav > .links > ul > li.cur > a,
#main > .container > .nav > .links > ul > li:not(.cur) > a:hover {
	color: #8650a9;
}

#main > .container > .nav > .links > ul > li > span {
	opacity: 0.4;
}

#main > .container > .nav .accounts {
	text-align: left;
	box-sizing: border-box;
	width: 100%;
}

#main > .container > .nav .accounts > dt {
	color: #003d63;
	font-family: neue-kabel, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-weight: 600;
	font-size: 0.88em;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	margin-bottom: 11px;
}

#main > .container > .nav .accounts > div {
	display: flex;
	align-items: center;
}

#main > .container > .nav .accounts > div > dd {
	width: auto;
	line-height: 0;
}

#main > .container > .nav .accounts > div > dd:not(:last-child) {
	margin-right: 20px;
}

#main > .container > .nav .accounts > div > dd a {
	display: block;
}

#main > .container > .nav .accounts > div > dd a:hover {
	transform: scale(1.1);
}

#main > .container > .nav .accounts > div > dd svg {
	fill: #003d63;
}

#main > .container > .nav .accounts > div > dd .ic_x {
	width: 30px;
}

#main > .container > .nav .accounts > div > dd .ic_youtube {
	width: 40px;
}

#main > .container > .nav .buy {
	width: 100%;
	max-width: 320px;
	display: block;
	margin-bottom: 20px;
}

#main > .container > .nav .buy:hover {
	opacity: 0.6;
}

#main > .container > .nav .buy img {
	width: 100%;
	display: block;
}

#main > .container > .nav .banner-slider {
	width: 320px;
}

#main > .container > .nav .banner-slider .slick-slide {
	padding: 0;
}

#main > .container > .nav .banner-slider .slick-slide a {
	display: block;
}

#main > .container > .nav .banner-slider .slick-slide a:hover {
	opacity: 0.6;
}

#main > .container > .nav .banner-slider .slick-slide img {
	width: 100%;
}

#main > .container > .nav .banner-slider .slick-dots {
	margin-top: 7px;
	line-height: 0;
	text-align: center;
}

#main > .container > .nav .banner-slider .slick-dots > li {
	opacity: 0.2;
	display: inline-block;
	margin: 0 3px;
	transition: all 0.3s;
}

#main > .container > .nav .banner-slider .slick-dots > li button {
	overflow: hidden;
	outline: none;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background: #8650a9;
	font-size: 1px;
	text-indent: -9999px;
}

#main > .container > .nav .banner-slider .slick-dots > li.slick-active {
	opacity: 1;
}

#topics {
	padding: 60px 0;
}

#topics .topics-slider {
	margin: 0 auto;
	width: 1220px;
}

#topics .topics-slider .slick-slide {
	margin: 0 10px;
	padding: 0;
}

#topics .topics-slider .slick-slide img {
	width: 388px;
}

#topics .topics-slider .slick-slide a {
	display: block;
}

#topics .topics-slider .slick-slide a:hover {
	opacity: 0.6;
}

#topics .topics-slider .slick-dots {
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 100%;
	line-height: 0;
	text-align: center;
}

#topics .topics-slider .slick-dots > li {
	opacity: 0.2;
	display: inline-block;
	margin: 0 3px;
	transition: all 0.3s;
}

#topics .topics-slider .slick-dots > li button {
	overflow: hidden;
	outline: none;
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background: #8650a9;
	font-size: 1px;
	text-indent: -9999px;
}

#topics .topics-slider .slick-dots > li.slick-active {
	opacity: 1;
}

#Wrap > section:not(#main,
#topics) {
	position: relative;
	margin: 200px auto 0;
}

#news {
	box-sizing: border-box;
	padding: 84px 0 60px;
	margin-top: 170px !important;
	background: #003d63;
	z-index: 1;
}

#news::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 330px;
	height: 330px;
	clip-path: polygon(0 0, 0 100%, 100% 0);
	background-color: #fea0ae;
	z-index: -1;
}

#news .news__title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
	margin-bottom: 43px;
}

#news .news__title .c-title {
	padding-bottom: 0;
	color: #fff;
}

#news .news__title .c-title::before {
	background-color: #fff;
}

#news .news__title .c-title::after {
	display: none;
}

#news .news__title .button {
	width: -moz-fit-content;
	width: fit-content;
	height: -moz-fit-content;
	height: fit-content;
	border: none;
	flex-shrink: 0;
}

#news .news__title .button:not(.off):hover {
	background: transparent;
	color: #fea0ae;
}

#news .news__title .button:not(.off):hover > span::before {
	right: -10px;
	background-image: url(../img/btn_arrow_next_p.png);
}

#news .news__line {
	position: absolute;
	bottom: -4px;
	right: 40px;
	z-index: -1;
	width: calc(100% - 80px);
	height: 100%;
	display: block;
}

#news .news__line .line_bar {
	background: #fff;
	position: absolute;
	height: 2px;
}

#news .news__line .line_bar._bar01 {
	width: calc(100% - 55rem);
	right: 30rem;
	top: 1.4rem;
}

#news .news__line .line_bar._bar02 {
	width: 2.8rem;
	height: 0.15rem;
	right: 28rem;
	bottom: 0;
	transform-origin: right bottom;
	transform: rotate(42deg);
}

#news .news__line .line_bar._bar03 {
	width: 28rem;
	right: 0;
	bottom: 0;
}

#news .thumbs-list.c1 > li::before {
	right: 20px;
}

#news .thumbs-list.c1 > li:not(:last-child) {
	margin-bottom: 10px;
}

#news .thumbs-list.c1 > li > a {
	padding: 20px 65px 20px 30px;
}

#news .thumbs-list.c1 > li .thumb {
	width: 230px;
}

#news .thumbs-list.c1 > li .desc {
	width: calc(100% - 260px);
}

#news .thumbs-list.c1 > li .date {
	margin-bottom: 0;
}

#news .thumbs-list.c1 > li .subj {
	line-height: 2.1em;
	letter-spacing: 0.087em;
	margin-bottom: 14px;
}

.movie {
	width: 100%;
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 1;
	margin-top: 200px;
}

.movie a {
	display: block;
	cursor: pointer;
	position: relative;
	width: 100%;
	aspect-ratio: 1600/400;
	overflow: hidden;
}

.movie a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 120px;
	height: 120px;
	background-image: url(../img/btn_movieplay.png);
	z-index: 5;
}

.movie a > span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.movie a > span::before,
.movie a > span::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.movie a > span::before {
	background: transparent url(../img/cover_movie.png);
	z-index: 3;
}

.movie a > span::after {
	background: linear-gradient(135deg, #0d6eff, #860ed1);
	opacity: 0.5;
	z-index: 2;
}

.movie a video {
	pointer-events: none;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}

#introduction {
	margin-top: 80px !important;
	padding-bottom: 30px;
	overflow: hidden;
}

#introduction .c-title {
	position: absolute;
	top: 0;
	left: 89px;
}

#introduction .introduction__inner {
	position: relative;
	box-sizing: border-box;
	padding-left: 150px;
}

#introduction .introduction__wrap {
	width: 100%;
}

#introduction .introduction__img {
	position: relative;
	margin-bottom: 48px;
}

#introduction .introduction__slider {
	margin-right: calc(50% - 50vw + 57px);
}

#introduction .introduction__slider .slick-slide {
	padding: 0;
}

#introduction .introduction__slider .slick-slide img {
	width: 100%;
}

#introduction .introduction__catch {
	position: absolute;
	right: 0;
	top: 86%;
	width: 18%;
	max-width: 160px;
}

#introduction .introduction__catch img {
	width: 100%;
	display: block;
}

#introduction .introduction__desc {
	text-align: left;
	margin-bottom: 50px;
}

#introduction .introduction__txt {
	font-size: 1.28em;
	line-height: 2em;
}

#introduction .introduction__txt:not(:last-child) {
	margin-bottom: 38px;
}

#introduction .introduction__buttons {
	display: flex;
}

#introduction .introduction__buttons li {
	width: -moz-fit-content;
	width: fit-content;
}

#introduction .introduction__buttons li:not(:last-child) {
	margin-right: 30px;
}

#introduction .introduction__buttons .button {
	width: 240px;
	height: 50px;
	border: none;
	justify-content: flex-start;
	padding-left: 40px;
	background: #fea0ae;
	color: #fff;
}

#introduction .introduction__buttons .button::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 30px;
	height: 18px;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(../img/btn_arrow_next_w.png);
	transition: all 0.3s;
}

#introduction .introduction__buttons .button > span {
	padding-right: 0;
}

#introduction .introduction__buttons .button > span::before {
	display: none;
}

#introduction .introduction__buttons .button:not(.off):hover::before {
	right: 10px;
}

#introduction .introduction__bg {
	width: 64%;
	max-width: 1020px;
	position: absolute;
	bottom: 0;
	left: 0;
	aspect-ratio: 1020/200;
	background: url(../img/top/bg_intro.jpg) no-repeat 2% 54%/108% auto;
}

#character .c-title {
	width: -moz-fit-content;
	width: fit-content;
	min-width: 562px;
	margin-left: auto;
	margin-bottom: 60px;
}

#character .character-slider {
	margin-bottom: 50px;
}

#character .character-slider div {
	transition: none;
}

#character .character-slider .slick-slide {
	position: relative;
	z-index: 1;
	width: 328px;
	height: 790px;
}

#character .character-slider .slick-slide a {
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

#character .character-slider .slick-slide a .char {
	display: block;
	position: relative;
	z-index: 50;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: background 0.2s linear;
}

#character .character-slider .slick-slide a.c01 .char {
	background-image: url(../img/top/top_chara01_off.jpg);
}

#character .character-slider .slick-slide a.c01:hover .char {
	background-image: url(../img/top/top_chara01_on.jpg);
}

#character .character-slider .slick-slide a.c02 .char {
	background-image: url(../img/top/top_chara02_off.jpg);
}

#character .character-slider .slick-slide a.c02:hover .char {
	background-image: url(../img/top/top_chara02_on.jpg);
}

#character .character-slider .slick-slide a.c03 .char {
	background-image: url(../img/top/top_chara03_off.jpg);
}

#character .character-slider .slick-slide a.c03:hover .char {
	background-image: url(../img/top/top_chara03_on.jpg);
}

#character .character-slider .slick-slide a.c04 .char {
	background-image: url(../img/top/top_chara04_off.jpg);
}

#character .character-slider .slick-slide a.c04:hover .char {
	background-image: url(../img/top/top_chara04_on.jpg);
}

#character .character-slider .slick-slide a.c05 .char {
	background-image: url(../img/top/top_chara05_off.jpg);
}

#character .character-slider .slick-slide a.c05:hover .char {
	background-image: url(../img/top/top_chara05_on.jpg);
}

#character .character-slider .slick-slide a.c06 .char {
	background-image: url(../img/top/top_chara06_off.jpg);
}

#character .character-slider .slick-slide a.c06:hover .char {
	background-image: url(../img/top/top_chara06_on.jpg);
}

#product {
	padding-bottom: 90px;
}

#product .c-title {
	position: absolute;
	top: 0;
	left: 89px;
}

#product .product__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: -5;
}

#product .product__bg .img {
	position: absolute;
	top: -270px;
	width: 100%;
}

#product .product__bg .img img {
	width: 100%;
}

#product .product__deco {
	position: relative;
}

#product .product__deco .img {
	display: block;
	position: absolute;
	top: 20px;
	right: 40px;
	width: 300px;
}

#product .product__deco .img img {
	display: block;
	width: 100%;
}

#product .product__inner {
	position: relative;
	box-sizing: border-box;
	padding-left: 140px;
	overflow: hidden;
}

#product .product__wrap {
	width: 100%;
}

#product .product__container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}

#product .product__img {
	display: block;
	width: 40%;
}

#product .product__img img {
	width: 100%;
	display: block;
}

#product .product__contents {
	width: calc(60% - 40px);
}

#product .product__desc {
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	margin-bottom: 40px;
	position: relative;
}

#product .product__desc::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: #003d63 solid 1px;
	pointer-events: none;
}

#product .product__desc .desc_item {
	display: flex;
	box-sizing: border-box;
	padding: 14px 0;
	text-align: left;
}

#product .product__desc .desc_item:not(:last-child) {
	border-bottom: #003d63 solid 1px;
}

#product .product__desc .desc_head {
	width: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #8650a9;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	line-height: 1.9em;
	position: relative;
	box-sizing: border-box;
	padding-left: 20px;
	flex-shrink: 0;
}

#product .product__desc .desc_head:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 100%;
	background-color: #003d63;
}

#product .product__desc .desc_data {
	width: 100%;
	font-size: 1.6rem;
	letter-spacing: 0.075em;
	line-height: 1.9em;
	box-sizing: border-box;
	padding: 0 28px;
}

#product .product__desc .list_item:not(:last-child) {
	margin-bottom: 10px;
}

#product .product__staff {
	position: relative;
	display: grid;
	grid-template: "staff01 staff02" auto "staff03 staff04" auto "staff05 staff06" auto/1fr 1fr;
}

#product .product__staff::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: #003d63 solid 1px;
	pointer-events: none;
}

#product .product__staff .staff_item {
	box-sizing: border-box;
	border-top: #003d63 solid 1px;
	border-left: #003d63 solid 1px;
	padding: 22px 18px;
	background-color: #fff;
	text-align: left;
}

#product .product__staff .staff_item._staff01 {
	grid-area: staff01;
}

#product .product__staff .staff_item._staff02 {
	grid-area: staff02;
}

#product .product__staff .staff_item._staff03 {
	grid-area: staff03;
}

#product .product__staff .staff_item._staff04 {
	grid-area: staff04;
}

#product .product__staff .staff_item._staff05 {
	grid-area: staff05;
}

#product .product__staff .staff_item._staff06 {
	grid-area: staff06;
}

#product .product__staff .staff_item._staff01,
#product .product__staff .staff_item._staff02 {
	padding: 35px 18px 36px;
}

#product .product__staff .staff_item._staff01 .staff_caption,
#product .product__staff .staff_item._staff02 .staff_caption {
	font-size: 1.85rem;
	letter-spacing: 0.13em;
	margin-bottom: 6px;
}

#product .product__staff .staff_item._staff01 .staff_txt,
#product .product__staff .staff_item._staff02 .staff_txt {
	font-size: 2.9rem;
	letter-spacing: 0.11em;
}

#product .product__staff .staff_caption {
	color: #8650a9;
	font-size: 1.45rem;
	letter-spacing: 0.16em;
	line-height: 1.3em;
	margin-bottom: 8px;
}

#product .product__staff .staff_txt {
	font-size: 2.1rem;
	letter-spacing: 0.09em;
	line-height: 1.3em;
}

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

#Header {
	transform: translateY(0);
	opacity: 1;
}

#main {
	display: block;
}

#main > .title {
	flex-direction: column;
	padding: 140px 20px 60px;
}

#main > .container {
	display: block;
}

#main > .container > .visual {
	width: auto;
	padding-bottom: 240px;
}

#main > .container > .nav {
	width: auto;
}

#main > .buy {
	width: calc(100% - 80px);
}

#main > .title > .switch {
	right: auto;
	left: 0;
	width: 100px;
}

#main > .title > .logo {
	width: 100%;
	max-width: 600px;
	padding: 0;
	margin: 0 auto 40px;
}

#main > .title > .logo::before {
	display: none;
}

#main > .title > .onsale {
	width: 100%;
	max-width: 608px;
}

#main > .container > .visual > li::before {
	justify-content: flex-start;
	padding-left: 12px;
	right: auto;
	left: 0;
	width: 134px;
	height: 40px;
	font-size: 0.8em;
	letter-spacing: 0.04em;
	transform: rotate(0) translateX(0);
}

#main > .container > .visual > li::after {
	top: 0;
	right: auto;
	left: 146px;
	border-top: 40px solid #fff;
	border-right: 16px solid transparent;
	transform: rotate(0) translateX(0);
}

#main > .container > .visual > li {
	left: 0;
	width: 100%;
}

#main > .container > .visual > li:not(.cur):hover {
	opacity: 1;
}

#main > .container > .visual > li:not(.cur)::before {
	top: auto;
	bottom: 80px;
}

#main > .container > .visual > li:not(.cur)::after {
	top: auto;
	bottom: 80px;
}

#main > .container > .visual > li.v01:not(.cur) .illust {
	transform: translate(0, 40%);
}

#main > .container > .visual > li.v02 {
	left: 0;
	top: 120px;
}

#main > .container > .visual > li.v02:not(.cur) .illust {
	transform: translate(0, 40%);
}

#main > .container > .visual > li.v03 {
	left: 0;
	top: 240px;
}

#main > .container > .visual > li.v03:not(.cur) .illust {
	transform: translate(0, 40%);
}

#main > .container > .nav .accounts {
	border-width: 2px 0;
	padding: 20px 0;
}

#main > .container > .nav .accounts > dt {
	font-size: 1.2em;
	line-height: 1.2em;
}

#main > .container > .nav .accounts > div > dd {
	margin-left: 20px;
	width: 50px;
}

#main > .container > .nav .accounts > div > dd a:hover {
	transform: scale(1);
}

#main > .container > .nav .buy:hover {
	opacity: 1;
}

#main > .container > .nav .banner-slider {
	margin-bottom: 80px;
	width: 100%;
}

#main > .container > .nav .banner-slider .slick-slide a:hover {
	opacity: 1;
}

#main > .container > .nav .banner-slider .slick-dots {
	margin-top: 20px;
}

#main > .container > .nav .banner-slider .slick-dots > li {
	margin: 0 5px;
}

#main > .container > .nav .banner-slider .slick-dots > li button {
	width: 28px;
	height: 10px;
}

#topics {
	padding: 20px 0 100px;
}

#topics .topics-slider {
	width: auto;
}

#topics .topics-slider .slick-slide {
	margin: 0 10px;
}

#topics .topics-slider .slick-slide img {
	width: 100%;
}

#topics .topics-slider .slick-slide a:hover {
	opacity: 1;
}

#topics .topics-slider .slick-dots {
	bottom: -40px;
}

#topics .topics-slider .slick-dots > li {
	margin: 0 5px;
}

#topics .topics-slider .slick-dots > li button {
	width: 20px;
	height: 20px;
}

#Wrap > section:not(#main,
#topics) {
	margin-top: 100px;
}

#news {
	padding: 74px 0 60px;
	margin-top: 60px !important;
}

#news .news__title {
	margin-bottom: 56px;
}

#news .news__title .button {
	top: -5px;
}

#news .news__title .button:not(.off):hover > span::before {
	right: 0;
}

#news .news__line {
	bottom: 6px;
	right: 43px;
}

#news .news__line .line_bar._bar01 {
	width: calc(100% - 49rem);
	right: 24rem;
	top: 3.1rem;
}

#news .news__line .line_bar._bar02 {
	right: 22rem;
}

#news .news__line .line_bar._bar03 {
	width: 22rem;
}

#news .news__list {
	padding: 0;
}

#news .thumbs-list.c1 {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	box-sizing: border-box;
	padding-left: 30px;
}

#news .thumbs-list.c1 > li::before {
	right: 23px;
}

#news .thumbs-list.c1 > li > a {
	padding: 28px 30px 36px 40px;
}

#news .thumbs-list.c1 > li .thumb {
	width: 200px;
}

#news .thumbs-list.c1 > li .desc {
	width: calc(100% - 220px);
}

#news .thumbs-list.c1 > li .subj {
	line-height: 1.85em;
	margin-bottom: 13px;
}

.movie {
	margin-top: 100px;
}

.movie a {
	aspect-ratio: 768/420;
}

#introduction {
	margin-top: 100px !important;
	padding-bottom: 44px;
}

#introduction .c-title {
	left: 97px;
	width: 2000px;
}

#introduction .introduction__inner {
	overflow: hidden;
	padding-left: 140px;
}

#introduction .introduction__img {
	margin-bottom: 180px;
}

#introduction .introduction__catch {
	right: -40px;
	top: 93%;
	width: 590px;
	max-width: none;
}

#introduction .introduction__desc {
	box-sizing: border-box;
	padding-left: 23px;
	margin-bottom: 47px;
}

#introduction .introduction__txt {
	font-size: 2.8rem;
	letter-spacing: 0.075em;
}

#introduction .introduction__txt:not(:last-child) {
	margin-bottom: 21px;
}

#introduction .introduction__buttons {
	width: -moz-fit-content;
	width: fit-content;
	display: block;
	margin-left: auto;
}

#introduction .introduction__buttons li:not(:last-child) {
	margin-right: 0;
	margin-bottom: 20px;
}

#introduction .introduction__buttons .button::before {
	width: 38px;
	height: 24px;
	right: 30px;
}

#introduction .introduction__buttons .button {
	width: 336px;
	height: 70px;
	padding-left: 50px;
}

#introduction .introduction__buttons .button:not(.off):hover::before {
	right: 30px;
}

#introduction .introduction__bg {
	width: 100%;
	max-width: none;
	aspect-ratio: 768/406;
	background: url(../img/top/bg_intro.jpg) no-repeat 45% 6%/132% auto;
}

#character .c-title {
	min-width: 428px;
}

#character .character-slider {
	margin-bottom: 60px;
}

#character .character-slider .slick-slide a.c01 .char {
	background-image: url(../img/top/top_chara01_on.jpg);
}

#character .character-slider .slick-slide a.c02 .char {
	background-image: url(../img/top/top_chara02_on.jpg);
}

#character .character-slider .slick-slide a.c03 .char {
	background-image: url(../img/top/top_chara03_on.jpg);
}

#character .character-slider .slick-slide a.c04 .char {
	background-image: url(../img/top/top_chara04_on.jpg);
}

#character .character-slider .slick-slide a.c05 .char {
	background-image: url(../img/top/top_chara05_on.jpg);
}

#character .character-slider .slick-slide a.c06 .char {
	background-image: url(../img/top/top_chara06_on.jpg);
}

#character .button {
	width: calc(100% - 80px);
	margin: 0 auto;
}

#product {
	padding-bottom: 80px;
}

#product .c-title {
	left: 97px;
	width: 685px;
}

#product .product__bg .img {
	top: 14%;
}

#product .product__inner {
	padding-left: 40px;
}

#product .product__container {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 100px;
}

#product .product__img {
	width: 100%;
	max-width: 440px;
	margin: 0 auto 40px;
}

#product .product__contents {
	width: 100%;
}

#product .product__desc::before {
	border-width: 2px;
}

#product .product__desc {
	width: 100%;
	max-width: none;
	margin-bottom: 40px;
}

#product .product__desc .desc_item {
	padding: 28px 0;
	border-width: 2px;
}

#product .product__desc .desc_item:not(:last-child) {
	border-width: 2px;
}

#product .product__desc .desc_head {
	width: 182px;
	flex-shrink: 0;
	font-size: 2.6rem;
	letter-spacing: 0.06em;
	line-height: 1.5em;
	padding-left: 37px;
}

#product .product__desc .desc_head:before {
	width: 2px;
	min-height: 60px;
}

#product .product__desc .desc_data {
	padding: 0 38px;
	font-size: 2.6rem;
	line-height: 1.5em;
}

#product .product__desc .desc_data {
	width: 100%;
}

#product .product__desc .list_item:not(:last-child) {
	margin-bottom: 22px;
}

#product .product__desc .list_txt._ruby {
	margin-top: 11px;
}

#product .product__staff {
	grid-template: "staff01 staff01" auto "staff02 staff02" auto "staff03 staff04" auto "staff05 staff06" auto/1fr 1fr;
}

#product .product__staff::before {
	border-width: 2px;
}

#product .product__staff .staff_item {
	padding: 38px 20px 39px 36px;
	border-width: 2px;
}

#product .product__staff .staff_item._staff01,
#product .product__staff .staff_item._staff02 {
	padding: 41px 36px;
}

#product .product__staff .staff_item._staff01 .staff_caption,
#product .product__staff .staff_item._staff02 .staff_caption {
	font-size: 2.8rem;
	letter-spacing: 0.14em;
	margin-bottom: 11px;
}

#product .product__staff .staff_item._staff01 .staff_txt,
#product .product__staff .staff_item._staff02 .staff_txt {
	font-size: 3.6rem;
	letter-spacing: 0.06em;
}

#product .product__staff .staff_item._staff05,
#product .product__staff .staff_item._staff06 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 22px 20px 22px 36px;
}

#product .product__staff .staff_item._staff05 .staff_caption,
#product .product__staff .staff_item._staff06 .staff_caption {
	margin-bottom: 12px;
}

#product .product__staff .staff_item._staff05 .staff_txt,
#product .product__staff .staff_item._staff06 .staff_txt {
	font-size: 2.4rem;
	line-height: 1.5em;
	letter-spacing: 0.08em;
}

#product .product__staff .staff_caption {
	font-size: 2.4rem;
	letter-spacing: 0.06em;
	margin-bottom: 7px;
}

#product .product__staff .staff_txt {
	font-size: 3.1rem;
	letter-spacing: 0.06em;
}

}


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