.local-nav ul > li > a,
.local-nav ul > li > span {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
}

body#product #base {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	margin: 70px auto 0;
	width: 100%;
	max-width: 1100px;
	text-align: center;
}

body#product #base .logo {
	width: 90%;
	max-width: 450px;
	display: block;
	margin: 0 auto;
}

body#product #base .logo img {
	width: 100%;
	display: block;
}

body#product #base .package {
	width: 40%;
	display: block;
	flex-shrink: 0;
}

body#product #base .package img {
	width: 100%;
	display: block;
}

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

body#product #base .spec {
	margin-top: 30px;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
}

body#product #base .spec::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;
}

body#product #base .spec .spec_item {
	display: flex;
	box-sizing: border-box;
	padding: 14px 0;
	text-align: left;
}

body#product #base .spec .spec_item:not(:last-child) {
	border-bottom: #003d63 solid 1px;
}

body#product #base .spec .spec_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;
}

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

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

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

body#product #base #buy {
	width: 100%;
	margin-top: 40px;
}

body#product #base #buy .button {
	background-color: #fff;
	height: 60px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.2em;
	letter-spacing: 0.07em;
	padding: 0;
}

body#product #base #buy .button:not(.off):hover {
	background: #fea0ae;
	color: #fff;
}

body#product #base #buy .button:not(.off):hover::before {
	background-image: url(../img/btn_arrow_next_w.png);
}

body#product #base #buy .button.off {
	background-color: #b5c1c9;
	color: #fff;
	border: none;
}

body#product #base #buy .button.off::before {
	background-image: url(../img/btn_arrow_next_w.png);
}

body#product #base #buy .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_p.png);
	transition: all 0.3s;
}

body#product #base #buy > ul > li:not(:first-child) {
	margin-top: 20px;
}

body#product #staff_cast {
	margin: 110px auto 0;
	width: 100%;
	max-width: 1100px;
}

body#product #staff_cast > section:not(:first-of-type) {
	margin-top: 100px;
}

body#product #staff_cast .title {
	width: 100%;
	height: -moz-fit-content;
	height: fit-content;
	color: #8650a9;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.5em;
	letter-spacing: 0;
	text-align: left;
	position: relative;
	box-sizing: border-box;
	padding-left: 16px;
	margin-bottom: 22px;
}

body#product #staff_cast .title::before {
	content: "";
	display: block;
	position: absolute;
	top: 30%;
	left: 0;
	transform: translateY(-50%);
	width: 12px;
	height: 2px;
	background-color: #8650a9;
}

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

body#product #staff_cast .staff_container::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;
}

body#product #staff_cast .staff_container .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;
}

body#product #staff_cast .staff_container .staff_item._staff01 {
	grid-area: staff01;
}

body#product #staff_cast .staff_container .staff_item._staff02 {
	grid-area: staff02;
}

body#product #staff_cast .staff_container .staff_item._staff03 {
	grid-area: staff03;
}

body#product #staff_cast .staff_container .staff_item._staff04 {
	grid-area: staff04;
}

body#product #staff_cast .staff_container .staff_item._staff05 {
	grid-area: staff05;
}

body#product #staff_cast .staff_container .staff_item._staff06 {
	grid-area: staff06;
}

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

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

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

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

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

body#product #staff_cast .cast_container {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

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

body#product #staff_cast .cast_container .cast_item {
	box-sizing: border-box;
	border-bottom: #003d63 solid 1px;
	border-right: #003d63 solid 1px;
	padding: 22px 18px;
	background-color: #fff;
	text-align: left;
}

body#product #staff_cast .cast_container .cast_item:nth-child(3n+1) {
	border-left: #003d63 solid 1px;
}

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

body#product #staff_cast .cast_container .cast_txt {
	font-size: 2.1rem;
	letter-spacing: 0.09em;
	line-height: 1.3em;
}

body#product #staff_cast .other {
	font-size: 1.4em;
	margin-top: 14px;
}

body#product_limited #base {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	margin-top: 70px;
}

body#product_limited #base .base__package {
	width: 100%;
	height: -moz-fit-content;
	height: fit-content;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

body#product_limited #base .base__package .package_img {
	width: 59%;
	max-width: 700px;
	margin-right: 40px;
}

body#product_limited #base .base__package .package_img img {
	width: 100%;
}

body#product_limited #base .base__package .package_desc {
	width: 100%;
	max-width: 450px;
	height: -moz-fit-content;
	height: fit-content;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

body#product_limited #base .base__package .package_logo {
	width: 100%;
	max-width: 450px;
	display: block;
	margin: 0 auto 40px;
}

body#product_limited #base .base__package .package_logo img {
	width: 100%;
	display: block;
}

body#product_limited #base .base__package .package_ver {
	text-align: center;
	font-feature-settings: "palt";
}

body#product_limited #base .base__package .package_ver .ver_txt {
	display: block;
	font-size: 2.5em;
	font-weight: 400;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	color: #fff;
	box-sizing: border-box;
	padding: 0 16px 4px;
	background-color: #003d63;
}

body#product_limited #base .base__package .package_ver [data-ruby]::before {
	top: -1.4em;
	color: #003d63;
	font-size: 0.35em;
	font-weight: 700;
	letter-spacing: 0.1em;
}

body#product_limited #set {
	margin-top: 85px;
	position: relative;
}

body#product_limited #set .set__img {
	width: 100%;
}

body#product_limited #set .set__img img {
	width: 100%;
}

body#product_limited #set .set__title {
	position: absolute;
	left: 0;
	bottom: -30px;
	display: block;
	font-size: 2.5em;
	font-weight: 400;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	color: #fff;
	box-sizing: border-box;
	padding: 5px 16px 7px;
	background-color: #003d63;
}

body#product_limited #special {
	display: block;
	margin-top: 100px;
}

body#product_limited #special .special__item {
	width: 100%;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	background-color: #fff;
	border: #003d63 solid 1px;
	border-top: none;
}

body#product_limited #special .special__item:first-child {
	border-top: #003d63 solid 1px;
}

body#product_limited #special .special__title {
	background: #f2f3f5;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	position: relative;
	padding: 10px 30px 10px 160px;
	min-height: 79px;
	border-bottom: #003d63 solid 1px;
	z-index: 1;
}

body#product_limited #special .special__title::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 220px;
	height: 30px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(../img/img_deco_stripe.png);
	z-index: -1;
	pointer-events: none;
}

body#product_limited #special .special__title .num {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 130px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: geom-graphic, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 0.07em;
	color: #8650a9;
	background-image: url(../img/product/bg_item_pc.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

body#product_limited #special .special__title .name {
	color: #003d63;
	font-size: 1.5em;
	letter-spacing: 0.05em;
	line-height: 1.4em;
	font-feature-settings: "palt";
}

body#product_limited #special .special__body {
	box-sizing: border-box;
	padding: 59px 58px 58px;
	font-size: 1em;
	letter-spacing: 0.05em;
	line-height: 1.7em;
	font-feature-settings: "palt";
	color: #003d63;
}

body#product_limited #special .special__body dl > dt:not(:first-child) {
	margin-top: 28px;
}

body#product_limited #special .special__body dl > dt {
	color: #8650a9;
	margin-bottom: -2px;
}

body#product_limited #special .special__body dd {
	line-height: 1.7em;
}

body#product_limited #special .special__body .withPicBox > figure {
	width: 402px;
}

body#product_limited #special .special__body .withPicBox > figure img {
	width: 100%;
}

body#product_limited #special .special__body .withPicBox > .desc {
	width: calc(100% - 402px - 40px);
	font-size: 1.1em;
	line-height: 2em;
	letter-spacing: 0.075em;
	position: relative;
	top: -10px;
}

body#product_limited #buy {
	width: 100%;
	margin: 74px auto 0;
	text-align: center;
}

body#product_limited #buy .button {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.9em;
	letter-spacing: 0.07em;
	height: 120px;
	background-color: #fff;
}

body#product_limited #buy .button:not(.off):hover {
	background: #fea0ae;
}

body#product_limited #buy .button > span {
	padding-right: 56px;
}

body#product_privilege .privilege-slider {
	margin-bottom: 50px;
}

body#product_privilege .privilege-slider .slick-list {
	border: 1px solid #b2c4d0;
}

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

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

body#product_privilege .privilege-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;
}

body#product_privilege .privilege-slider .slick-dots > li.slick-active {
	opacity: 1;
}

body#product_privilege .lead {
	margin-top: 60px;
}

body#product_privilege .benefits {
	line-height: 1.8em;
	text-align: left;
	margin-top: 36px;
}

body#product_privilege .benefits span {
	position: relative;
	z-index: 1;
	color: #8650a9;
	padding-left: 1em;
}

body#product_privilege .benefits span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 2px;
	background: #003d63;
	z-index: -1;
}

body#product_privilege #set {
	margin-top: 70px;
}

body#product_privilege #set .button {
	padding: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
	height: 60px;
	width: 100%;
	font-size: 1.2em;
}

body#product_privilege #set .button:not(.off):hover {
	background: #fea0ae;
	color: #fff;
}

body#product_privilege #set .button:not(.off):hover::before {
	background-image: url(../img/btn_arrow_next_w.png);
}

body#product_privilege #set .button::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	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_p.png);
	transition: all 0.3s;
}

body#product_privilege #set .set__store {
	position: relative;
	z-index: 1;
	background-color: #fff;
	box-sizing: border-box;
	border: #003d63 solid 1px;
}

body#product_privilege #set .set__store:not(:last-child) {
	margin-bottom: 80px;
}

body#product_privilege #set .set__title {
	background: #f2f3f5;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	position: relative;
	padding: 10px 30px 10px 160px;
	min-height: 79px;
	border-bottom: #003d63 solid 1px;
	z-index: 1;
}

body#product_privilege #set .set__title::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 220px;
	height: 30px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(../img/img_deco_stripe.png);
	z-index: -1;
	pointer-events: none;
}

body#product_privilege #set .set__title .en {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 130px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: geom-graphic, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 0.07em;
	color: #8650a9;
	background-image: url(../img/product/bg_item_pc.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

body#product_privilege #set .set__title .name {
	color: #003d63;
	font-size: 1.5em;
	letter-spacing: 0.05em;
	line-height: 1.4em;
	font-feature-settings: "palt";
}

body#product_privilege #set .set__name {
	position: relative;
	display: block;
	margin-bottom: 29px;
	padding-bottom: 7px;
	border-bottom: #003d63 solid 1px;
	box-sizing: border-box;
	padding-left: 29px;
	color: #8650a9;
	font-size: 1.5em;
	line-height: 1.2em;
	letter-spacing: 0.07em;
}

body#product_privilege #set .set__name::before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url(../img/product/ico_deco.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

body#product_privilege #set .set__item {
	position: relative;
	box-sizing: border-box;
	padding: 75px 60px 0;
}

body#product_privilege #set .set__item:last-child {
	padding-bottom: 79px;
}

body#product_privilege #set .set__item > .layout {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-top: 20px;
}

body#product_privilege #set .set__item > .layout > .main {
	width: 400px;
}

body#product_privilege #set .set__item > .layout > .main > .pic {
	width: 100%;
	margin-bottom: 30px;
}

body#product_privilege #set .set__item > .layout > .main > .pic img {
	width: 100%;
}

body#product_privilege #set .set__item > .layout > .main > .buy {
	width: 100%;
}

body#product_privilege #set .set__item > .layout > .main > .buy li:not(:last-child) {
	margin-bottom: 10px;
}

body#product_privilege #set .set__item > .layout > .main > .buy._col2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

body#product_privilege #set .set__item > .layout > .main > .buy._col2 li:not(:last-child) {
	margin-bottom: 0;
}

body#product_privilege #set .set__item > .layout > .main > .buy._col2 .button {
	font-size: 0.8em;
}

body#product_privilege #set .set__item > .layout > .desc {
	width: calc(100% - 400px - 40px);
	font-size: 1em;
	line-height: 1.8em;
	position: relative;
	top: -7px;
}

body#product_privilege #set .set__item > .layout > .desc dl > dt {
	color: #8650a9;
}

body#product_privilege #set .set__item > .layout > .desc dl > dt:not(:first-child) {
	margin-top: 30px;
}

body#product_privilege #set .set__item > .layout > .desc dl > dd {
	box-sizing: border-box;
	padding-left: 1em;
}

body#product_privilege #set .set__item > .layout > .desc .name {
	color: #fea0ae;
	font-size: 1em;
	line-height: 1.8em;
}

body#product_privilege #set .set__buy .button {
	letter-spacing: 0.1em;
}

body#product_privilege #set .set__buy .button:not(:last-child) {
	margin-bottom: 20px;
}

body#product_music #lineup {
	padding-top: 70px;
}

body#product_music #lineup::before,
body#product_music #lineup::after {
	display: none;
}

body#product_music #lineup > article {
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #8650a9;
	padding: 50px 0 60px;
}

body#product_music #lineup > article:first-child {
	border-width: 1px 0;
}

body#product_music #lineup > article > .hd02 > span {
	display: block;
}

body#product_music #lineup > article > .hd02 > span.artist {
	margin-top: 0.4em;
	font-size: 0.7em;
	line-height: 1.2em;
}

body#product_music #lineup > article dl.desc {
	font-size: 1em;
	line-height: 1.8em;
}

body#product_music #lineup > article dl.desc > dt {
	margin-bottom: 10px;
	color: #8650a9;
	font-size: 1em;
	line-height: 1em;
	letter-spacing: 0.05em;
}

body#product_music #lineup > article dl.desc > dt:not(:first-child) {
	margin-top: 20px;
	border-top: 1px solid rgba(134, 80, 169, 0.4);
	padding-top: 20px;
}

body#product_music #lineup > article .thumbs-list {
	grid-template-columns: repeat(2, 1fr);
}

body#product_music #lineup > article .thumbs-list > li {
	margin-top: 0 !important;
}

body#product_dlc #Container > section {
	margin-top: 90px;
}

body#product_dlc #Container > section a.url {
	color: #864faa;
	text-decoration: none;
}

body#product_dlc #Container > section a.url:hover {
	color: #003d63;
}

body#product_dlc #Container > section a.button.buy {
	flex-flow: row nowrap;
}

body#product_dlc #Container > section a.button.buy .ic_cart {
	margin-right: 10px;
	width: 20px;
	fill: #003d63;
	transition: all 0.3s;
}

body#product_dlc #Container > section a.button.buy:not(.off):hover {
	background: #003d63;
	color: #b5c1c9 !important;
}

body#product_dlc #Container > section a.button.buy:not(.off):hover .ic_cart {
	fill: #b5c1c9;
}

body#product_dlc #Container > section .flowBox {
	margin-top: 25px;
	border: 1px solid #864faa;
}

body#product_dlc #Container > section .flowBox > h1 {
	padding: 10px;
	background: #864faa;
	color: #fff;
	line-height: 1.2em;
	text-align: center;
}

body#product_dlc #Container > section .flowBox > ol {
	counter-reset: ol-flow-item;
	background: #e8e7ec;
	color: #000;
}

body#product_dlc #Container > section .flowBox > ol > li {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
	border-top: 1px solid #864faa;
	padding: 20px 30px 20px 80px;
	min-height: 80px;
}

body#product_dlc #Container > section .flowBox > ol > li::before {
	counter-increment: ol-flow-item;
	content: counter(ol-flow-item);
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	width: 80px;
	color: #003d63;
	font-size: 1.8em;
	line-height: 1em;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	transform: translateY(-50%);
}

body#product_dlc #Container > section .attention {
	margin-top: 25px;
	border: 1px solid #864faa;
}

body#product_dlc #Container > section .attention > h1 {
	padding: 10px 10px 11px;
	background: #864faa;
	color: #fff;
	line-height: 1.2em;
	text-align: center;
}

body#product_dlc #Container > section .attention > .inner {
	padding: 20px 30px;
	font-size: 0.75em;
	line-height: 1.4em;
}

#Modal .inlineBox.update > div {
	padding: 50px 60px;
	line-height: 1.8em;
	text-align: left;
}

#Modal .inlineBox.update .attention {
	border: 1px solid #864faa;
}

#Modal .inlineBox.update .attention > h1 {
	padding: 10px 10px 11px;
	background: #864faa;
	color: #fff;
	line-height: 1.2em;
	text-align: center;
}

#Modal .inlineBox.update .attention > .inner {
	padding: 20px 30px;
	font-size: 0.85em;
	line-height: 1.4em;
}

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

body#product_limited #base {
	display: block;
}

body#product_limited #base .base__package {
	width: 100%;
	display: block;
	margin-bottom: 80px;
}

body#product_limited #base .base__package .package_img {
	width: 100%;
	max-width: none;
	margin: 0 auto 40px;
}

body#product_limited #base .base__package .package_desc {
	max-width: none;
	margin: 0 auto;
}

body#product_limited #base .base__package .package_logo {
	margin-bottom: 45px;
}

body#product_limited #base .base__package .package_ver .ver_txt {
	font-size: 2.3em;
	letter-spacing: 0.06em;
}

}

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

.local-nav ul > li > a,
.local-nav ul > li > span {
	font-size: 1em;
}

body#product #base {
	display: block;
	margin-top: 70px;
}

body#product #base .logo {
	width: 100%;
}

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

body#product #base .desc {
	width: 100%;
}

body#product #base .spec::before {
	border-width: 2px;
}

body#product #base .spec {
	width: 100%;
	max-width: none;
}

body#product #base .spec .spec_item {
	padding: 28px 0;
	border-width: 2px;
}

body#product #base .spec .spec_item:not(:last-child) {
	border-width: 2px;
}

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

body#product #base .spec .spec_head:before {
	width: 2px;
	min-height: 60px;
}

body#product #base .spec .spec_data {
	padding: 0 38px;
	font-size: 2.6rem;
	line-height: 1.5em;
}

body#product #base .spec .spec_data {
	width: 100%;
}

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

body#product #base .spec .list_txt._ruby {
	margin-top: 11px;
}

body#product #base #buy .button {
	height: 80px;
}

body#product #base #buy .button:not(.off):hover {
	background: transparent;
	color: #fea0ae;
}

body#product #base #buy .button:not(.off):hover::before {
	background-image: url(../img/btn_arrow_next_p.png);
}

body#product #base #buy .button::before {
	width: 38px;
	height: 24px;
}

body#product #staff_cast > section:not(:first-of-type) {
	margin-top: 110px;
}

body#product #staff_cast .title {
	font-size: 2.5em;
	padding-left: 26px;
	margin-bottom: 30px;
}

body#product #staff_cast .title::before {
	width: 14px;
	height: 4px;
}

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

body#product #staff_cast .staff_container::before {
	border-width: 2px;
}

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

body#product #staff_cast .staff_container .staff_item._staff01,
body#product #staff_cast .staff_container .staff_item._staff02 {
	padding: 41px 36px;
}

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

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

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

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

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

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

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

body#product #staff_cast .cast_container {
	grid-template-columns: repeat(2, 1fr);
}

body#product #staff_cast .cast_container::before {
	border-width: 2px;
}

body#product #staff_cast .cast_container .cast_item {
	padding: 38px 20px 39px 36px;
	border-width: 2px;
}

body#product #staff_cast .cast_container .cast_item:nth-child(3n+1) {
	border-left: none;
}

body#product #staff_cast .cast_container .cast_item:nth-child(odd) {
	border-left: #003d63 solid 2px;
}

body#product #staff_cast .cast_container .cast_caption {
	font-size: 2.4rem;
	letter-spacing: 0.06em;
	margin-bottom: 7px;
}

body#product #staff_cast .cast_container .cast_txt {
	font-size: 3.1rem;
	letter-spacing: 0.06em;
}

body#product #staff_cast .other {
	font-size: 1.2em;
	margin-top: 7px;
}

body#product_limited #set {
	margin-top: 100px;
}

body#product_limited #set .set__title {
	bottom: -39px;
	font-size: 1.6em;
	letter-spacing: 0.1em;
	padding: 5px 15px 9px;
}

body#product_limited #special {
	margin-top: 123px;
}

body#product_limited #special .special__title {
	padding: 20px 30px 20px 169px;
}

body#product_limited #special .special__title .num {
	width: 160px;
	height: 40px;
	justify-content: flex-start;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	background-image: url(../img/product/bg_item_sp.png);
	box-sizing: border-box;
	padding-left: 29px;
}

body#product_limited #special .special__title .name {
	font-size: 1.26em;
	line-height: 1.2em;
}

body#product_limited #special .special__title .drama {
	font-size: 0.9em;
}

body#product_limited #special .special__body {
	padding: 59px 39px 50px;
	line-height: 1.75em;
}

body#product_limited #special .special__body dl > dt:not(:first-child) {
	margin-top: 46px;
}

body#product_limited #special .special__body dd {
	line-height: 1.8em;
}

body#product_limited #special .special__body .withPicBox > figure {
	width: 100% !important;
	margin-bottom: 25px;
}

body#product_limited #special .special__body .withPicBox > .desc {
	width: auto !important;
	font-size: 1.08em;
	line-height: 1.8em;
	top: 0;
	margin-bottom: 0;
}

body#product_limited #special .special__body .withPicBox .normal-slider {
	margin-bottom: 50px;
}

body#product_limited #buy {
	width: calc(100% - 80px);
	margin-top: 47px;
}

body#product_limited #buy .button {
	font-size: 1.6em;
	height: 180px;
}

body#product_limited #buy .button:not(.off):hover {
	background: #fff;
}

body#product_privilege .privilege-slider {
	margin-bottom: 79px;
}

body#product_privilege .privilege-slider .slick-dots {
	bottom: -40px;
}

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

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

body#product_privilege .lead {
	font-size: 1.05em;
	line-height: 1.83em;
	letter-spacing: 0.085em;
}

body#product_privilege .benefits {
	margin-top: 28px;
	letter-spacing: 0.14em;
}

body#product_privilege .benefits span {
	padding-left: 29px;
	letter-spacing: 0.08em;
}

body#product_privilege .benefits span::before {
	top: 17px;
	width: 20px;
	height: 4px;
}

body#product_privilege #set .button {
	height: 80px;
}

body#product_privilege #set .button:not(.off):hover {
	background: transparent;
	color: #fea0ae;
}

body#product_privilege #set .button:not(.off):hover::before {
	background-image: url(../img/btn_arrow_next_p.png);
}

body#product_privilege #set .button::before {
	width: 38px;
	height: 24px;
}

body#product_privilege #set .set__title {
	padding: 20px 30px 20px 169px;
}

body#product_privilege #set .set__title .en {
	width: 160px;
	height: 40px;
	justify-content: flex-start;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	background-image: url(../img/product/bg_item_sp.png);
	box-sizing: border-box;
	padding-left: 29px;
}

body#product_privilege #set .set__title .name {
	font-size: 1.26em;
	line-height: 1.2em;
}

body#product_privilege #set .set__name {
	font-size: 1.27em;
	letter-spacing: 0.065em;
	padding-bottom: 5px;
	margin-bottom: 39px;
}

body#product_privilege #set .set__name::before {
	top: 10px;
}

body#product_privilege #set .set__item {
	padding: 55px 38px 0;
}

body#product_privilege #set .set__item > .layout > .main > .buy {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

body#product_privilege #set .set__item > .layout > .main > .buy li:not(:last-child) {
	margin-bottom: 0;
}

body#product_privilege #set .set__item > .layout > .main > .buy._col2 {
	gap: 30px;
}

body#product_privilege #set .set__item > .layout {
	display: block;
	margin-top: 30px;
}

body#product_privilege #set .set__item > .layout > .main {
	width: 100%;
	margin-bottom: 48px;
}

body#product_privilege #set .set__item > .layout > .main > .pic {
	margin-bottom: 30px;
}

body#product_privilege #set .set__item > .layout > .desc {
	width: auto;
	top: 0;
}

body#product_privilege #set .set__item > .layout > .desc dl {
	border-bottom-width: 2px;
	padding-bottom: 20px;
}

body#product_privilege #set .set__item > .layout > .desc dl > dt:not(:first-child) {
	margin-top: 20px;
}

body#product_music #lineup > article {
	border-width: 0 0 2px;
	padding: 50px 0 60px;
}

body#product_music #lineup > article:first-child {
	border-width: 2px 0;
}

body#product_music #lineup > article > .hd02 > span.artist {
	margin-top: 0.8em;
	font-size: 0.6em;
	line-height: 1.2em;
}

body#product_music #lineup > article dl.desc > dt:not(:first-child) {
	margin-top: 30px;
	border-top-width: 2px;
	padding-top: 30px;
}

body#product_dlc #Container > section {
	margin-top: 110px;
}

body#product_dlc #Container > section a.button.buy .ic_cart {
	margin-right: 25px;
	width: 30px;
}

body#product_dlc #Container > section a.button.buy:not(.off):hover .ic_cart {
	fill: #003d63;
}

body#product_dlc #Container > section .flowBox {
	margin-top: 30px;
	border-width: 2px;
}

body#product_dlc #Container > section .flowBox > h1 {
	font-size: 1.2em;
	line-height: 1.4em;
}

body#product_dlc #Container > section .flowBox > ol > li {
	border-top-width: 2px;
	padding-right: 40px;
	min-height: 115px;
	font-size: 0.95em;
	line-height: 1.4em;
}

body#product_dlc #Container > section .flowBox > ol > li::before {
	font-size: 1.9em;
	line-height: 1em;
}

body#product_dlc #Container > section .attention {
	margin-top: 30px;
	border-width: 2px;
}

body#product_dlc #Container > section .attention > h1 {
	padding-bottom: 12px;
	font-size: 1.2em;
	line-height: 1.4em;
}

body#product_dlc #Container > section .attention > .inner {
	padding: 20px 40px;
	font-size: 0.8em;
	line-height: 1.4em;
}

#Modal .inlineBox.update > div {
	padding: 80px 40px;
}

#Modal .inlineBox.update .attention {
	border-width: 2px;
}

#Modal .inlineBox.update .attention > h1 {
	padding-bottom: 12px;
	font-size: 1.2em;
	line-height: 1.4em;
}

#Modal .inlineBox.update .attention > .inner {
	padding: 20px 40px;
	font-size: 0.8em;
	line-height: 1.4em;
}

}


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