#PgHeader {
	background-color: rgba(0,0,0,0);
}

#PgHeader::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	aspect-ratio: 1600/1029;
	background-image: url(../img/product/bg_product_pc.png);
	background-position: top left;
	background-size: 100% auto;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: -1;
}

.product_title {
	width: 100%;
	text-align: center;
	position: relative;
	margin: 82px auto 74px;
	font-size: 2.7em;
	line-height: 1.2em;
	letter-spacing: 0;
}

.product_title::before,
.product_title::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40%;
	height: auto;
	aspect-ratio: 460/20;
	background-position: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: -1;
}

.product_title::before {
	left: 0;
	background-image: url(../img/cap_deco_l_pc.png);
}

.product_title::after {
	right: 0;
	background-image: url(../img/cap_deco_r_pc.png);
}

body#product #base {
	width: 100%;
	position: relative;
	z-index: 1;
}

body#product #base .container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

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

body#product #base .package {
	width: 100%;
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 18px;
}

body#product #base .package::before,
body#product #base .package::after {
	content: "";
	display: block;
	position: absolute;
	width: 282px;
	height: 206px;
	background-position: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: -1;
}

body#product #base .package::before {
	top: 0;
	right: 0;
	background-image: url(../img/img_deco_head.png);
}

body#product #base .package::after {
	bottom: 0;
	left: 0;
	background-image: url(../img/img_deco_bottom.png);
}

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

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

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

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

body#product #base .spec {
	width: 100%;
	background-color: rgba(0,0,0,0);
	box-sizing: border-box;
	position: relative;
	box-sizing: border-box;
	padding-top: 50px;
}

body#product #base .spec::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 5px;
	background-color: rgba(0,0,0,0);
	box-sizing: border-box;
	border-top: #c4924f solid 1px;
	border-bottom: #c4924f solid 1px;
}

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

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

body#product #base .spec .spec_head {
	width: 130px;
	display: flex;
	flex-direction: column;
	color: #c4924f;
	font-size: 1.7rem;
	letter-spacing: .06em;
	line-height: 1.9em;
	position: relative;
	box-sizing: border-box;
	flex-shrink: 0;
}

body#product #base .spec .spec_data {
	width: 100%;
	font-size: 1.7rem;
	letter-spacing: .06em;
	line-height: 1.9em;
	color: #f7f4f1;
	box-sizing: border-box;
}

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

body#product #base .spec .list_txt._strong {
	color: #c4924f;
}

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

body#product #base .buy .button {
	max-width: none;
}

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

body#product #staff_cast {
	margin: 151px auto 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

body#product #staff_cast>section {
	width: calc(46% - 30px);
}

body#product #staff_cast .title {
	width: 100%;
	height: -moz-fit-content;
	height: fit-content;
	color: #c4924f;
	font-family: birch-std,serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3.7em;
	letter-spacing: 0;
	text-align: left;
	position: relative;
	box-sizing: border-box;
	padding-left: 30px;
	padding-bottom: 29px;
	margin-bottom: 37px;
}

body#product #staff_cast .title::before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 16px;
	height: 20px;
	background-image: url(../img/btn_arrow_next.png);
	background-position: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

body#product #staff_cast .title::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 5px;
	background-color: rgba(0,0,0,0);
	box-sizing: border-box;
	border-top: #c4924f solid 1px;
	border-bottom: #c4924f solid 1px;
}

body#product #staff_cast .desc_item {
	display: block;
	text-align: left;
}

body#product #staff_cast .desc_item:not(:last-child) {
	margin-bottom: 20px;
}

body#product #staff_cast .desc_head {
	color: #c4924f;
	font-size: 2rem;
	letter-spacing: 0;
	line-height: 1.4em;
	margin-bottom: 2px;
}

body#product #staff_cast .desc_data {
	font-size: 2.5rem;
	letter-spacing: 0;
	line-height: 1.4em;
	color: #f7f4f1;
}

body#product #staff_cast .desc_data .small {
	font-size: .8em;
}

body#product #staff_cast .other {
	font-size: 1.2em;
	margin-top: 17px;
	text-align: left;
}

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

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;
	position: relative;
	box-sizing: border-box;
	padding: 18px;
}

body#product_limited #base .base__package .package_img::before,
body#product_limited #base .base__package .package_img::after {
	content: "";
	display: block;
	position: absolute;
	width: 282px;
	height: 206px;
	background-position: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: -1;
}

body#product_limited #base .base__package .package_img::before {
	top: 0;
	right: 0;
	background-image: url(../img/img_deco_head.png);
}

body#product_limited #base .base__package .package_img::after {
	bottom: 0;
	left: 0;
	background-image: url(../img/img_deco_bottom.png);
}

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

body#product_limited #base .base__package .package_desc {
	width: 100%;
	max-width: 520px;
	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: 316px;
	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 {
	width: 100%;
	text-align: center;
	font-feature-settings: "palt";
	box-sizing: border-box;
	padding-top: 56px;
	margin-bottom: 40px;
	position: relative;
}

body#product_limited #base .base__package .package_ver::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 5px;
	background-color: rgba(0,0,0,0);
	box-sizing: border-box;
	border-top: #c4924f solid 1px;
	border-bottom: #c4924f solid 1px;
}

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: .06em;
	color: #f7f4f1;
}

body#product_limited #base .base__package .package_ver [data-ruby]::before {
	top: -1em;
	font-size: .4em;
	letter-spacing: .05em;
}

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

body#product_limited #set .set__title {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	height: -moz-fit-content;
	height: fit-content;
	color: #c4924f;
	font-family: "Zen Old Mincho",serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2em;
	letter-spacing: 0;
	text-align: left;
	position: relative;
	box-sizing: border-box;
	padding: 0 35px;
	margin: 0 auto 37px;
}

body#product_limited #set .set__title::before,
body#product_limited #set .set__title::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 20px;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

body#product_limited #set .set__title::before {
	left: 0;
	background-image: url(../img/ttl_deco_left.png);
}

body#product_limited #set .set__title::after {
	right: 0;
	background-image: url(../img/ttl_deco_right.png);
}

body#product_limited #set .set__img {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
}

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

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

body#product_limited #special .special__item {
	width: 100%;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}

body#product_limited #special .special__item::before,
body#product_limited #special .special__item::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	height: 5px;
	background-color: rgba(0,0,0,0);
	box-sizing: border-box;
	border-top: #c4924f solid 1px;
	border-bottom: #c4924f solid 1px;
}

body#product_limited #special .special__item::before {
	top: 0;
}

body#product_limited #special .special__item::after {
	bottom: 0;
}

body#product_limited #special .special__item:not(:first-child)::before {
	display: none;
}

body#product_limited #special .special__title {
	display: block;
	position: relative;
	padding: 68px 0 14px;
	border-bottom: #c4924f solid 1px;
	text-align: left;
	z-index: 1;
}

body#product_limited #special .special__title .num {
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 96px;
	height: 28px;
	background-color: #b8dcd0;
	color: #353535;
	font-size: .9em;
	line-height: 0;
	font-family: "Zen Old Mincho",serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0;
	white-space: nowrap;
	text-align: center;
	position: absolute;
	top: 25px;
	left: 12px;
}

body#product_limited #special .special__title .num::before,
body#product_limited #special .special__title .num::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	height: 28px;
	background-position: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

body#product_limited #special .special__title .num::before {
	width: 14px;
	left: -14px;
	background-image: url(../img/tag_head_category.png);
}

body#product_limited #special .special__title .num::after {
	width: 4px;
	right: -4px;
	background-image: url(../img/tag_bottom_category.png);
}

body#product_limited #special .special__title .name {
	color: #c4924f;
	font-size: 1.8em;
	letter-spacing: .05em;
	line-height: 1.4em;
	font-feature-settings: "palt";
}

body#product_limited #special .special__body {
	box-sizing: border-box;
	padding: 30px 0 35px;
	font-size: 1em;
	letter-spacing: .05em;
	line-height: 1.7em;
	font-feature-settings: "palt";
	color: #f7f4f1;
}

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

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

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

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

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

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

body#product_limited #buy .button {
	max-width: 700px;
	height: 100px;
	border-left-width: 9px;
	font-size: 2em;
	padding-top: 0;
}

body#product_dl #set .set__img {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto 40px;
}

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

body#product_dl #set .button {
	max-width: 700px;
}

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

body#product_dl #special .special__item {
	width: 100%;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}

body#product_dl #special .special__item::before,
body#product_dl #special .special__item::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	height: 5px;
	background-color: rgba(0,0,0,0);
	box-sizing: border-box;
	border-top: #c4924f solid 1px;
	border-bottom: #c4924f solid 1px;
}

body#product_dl #special .special__item::before {
	top: 0;
}

body#product_dl #special .special__item::after {
	bottom: 0;
}

body#product_dl #special .special__item:not(:first-child)::before {
	display: none;
}

body#product_dl #special .special__title {
	display: block;
	position: relative;
	padding: 68px 0 14px;
	border-bottom: #c4924f solid 1px;
	text-align: left;
	z-index: 1;
}

body#product_dl #special .special__title .num {
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 96px;
	height: 28px;
	background-color: #b8dcd0;
	color: #353535;
	font-size: .9em;
	line-height: 0;
	font-family: "Zen Old Mincho",serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0;
	white-space: nowrap;
	text-align: center;
	position: absolute;
	top: 25px;
	left: 12px;
}

body#product_dl #special .special__title .num::before,
body#product_dl #special .special__title .num::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	height: 28px;
	background-position: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

body#product_dl #special .special__title .num::before {
	width: 14px;
	left: -14px;
	background-image: url(../img/tag_head_category.png);
}

body#product_dl #special .special__title .num::after {
	width: 4px;
	right: -4px;
	background-image: url(../img/tag_bottom_category.png);
}

body#product_dl #special .special__title .name {
	color: #c4924f;
	font-size: 1.8em;
	letter-spacing: .05em;
	line-height: 1.4em;
	font-feature-settings: "palt";
}

body#product_dl #special .special__body {
	box-sizing: border-box;
	padding: 30px 0 35px;
	font-size: 1em;
	letter-spacing: .05em;
	line-height: 1.7em;
	font-feature-settings: "palt";
	color: #f7f4f1;
}

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

body#product_dl #special .special__body dd {
	line-height: 1.85em;
}

body#product_dl #special .special__body .withPicBox>figure {
	width: 340px;
}

body#product_dl #special .special__body .withPicBox>figure._modal {
	transition: all .3s;
	overflow: hidden;
}

body#product_dl #special .special__body .withPicBox>figure._modal:hover {
	opacity: .6;
}

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

body#product_dl #special .special__body .withPicBox>figure .modalPic {
	position: absolute;
	opacity: 0;
	height: 100%;
}

body#product_dl #special .special__body .withPicBox>.desc {
	width: calc(100% - 340px - 40px);
	font-size: 1em;
	line-height: 2em;
	letter-spacing: .075em;
	position: relative;
	top: -12px;
}

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

body#product_dl #buy .button {
	max-width: 700px;
	height: 100px;
	border-left-width: 9px;
	font-size: 2em;
	padding-top: 0;
}

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

body#product_privilege .privilege-slider .slick-dots {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	line-height: 0;
}

body#product_privilege .privilege-slider .slick-dots>li {
	opacity: .5;
	display: inline-block;
	margin: 0 3px;
	transition: all .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: #c4924f;
	font-size: 1px;
	text-indent: -9999px;
}

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

body#product_privilege .lead {
	text-align: center;
	font-size: 1.4em;
	line-height: 1.8em;
	letter-spacing: 0;
	margin-bottom: 34px;
}

body#product_privilege .benefits {
	width: 100%;
	max-width: 1000px;
	text-align: left;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 35px 39px;
	position: relative;
}

body#product_privilege .benefits::before,
body#product_privilege .benefits::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/product/frame_head_pc.png),url(../img/product/frame_bottom_pc.png),url(../img/product/frame_repeat_pc.png);
	background-size: 100% 20px,100% 20px,100% calc(100% - 40px);
	background-position: left top,left bottom,left top 20px;
	background-repeat: no-repeat,no-repeat,no-repeat;
	z-index: -1;
	pointer-events: none;
}

body#product_privilege .benefits span {
	position: relative;
	z-index: 1;
	color: #c4924f;
	font-size: 1.3em;
	letter-spacing: 0;
}

body#product_privilege .benefits li {
	line-height: 1.9em;
}

body#product_privilege .benefits li:not(:last-child) {
	margin-bottom: 17px;
}

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

body#product_privilege #set .button {
	max-width: none;
	font-size: 1.2em;
	padding-top: 0;
}

body#product_privilege #set .set__store {
	position: relative;
	z-index: 1;
}

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

body#product_privilege #set .set__title {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
	padding: 24px 20px;
	border-bottom: #c4924f solid 1px;
	z-index: 1;
}

body#product_privilege #set .set__title::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 5px;
	background-color: rgba(0,0,0,0);
	box-sizing: border-box;
	border-top: #c4924f solid 1px;
	border-bottom: #c4924f solid 1px;
}

body#product_privilege #set .set__title .name {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	height: -moz-fit-content;
	height: fit-content;
	color: #c4924f;
	font-family: "Zen Old Mincho",serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.1em;
	line-height: 1.4em;
	letter-spacing: 0;
	text-align: left;
	position: relative;
	box-sizing: border-box;
	padding: 0 35px;
	margin: 0 auto;
}

body#product_privilege #set .set__title .name::before,
body#product_privilege #set .set__title .name::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 20px;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

body#product_privilege #set .set__title .name::before {
	left: 0;
	background-image: url(../img/ttl_deco_left.png);
}

body#product_privilege #set .set__title .name::after {
	right: 0;
	background-image: url(../img/ttl_deco_right.png);
}

body#product_privilege #set .set__name {
	position: relative;
	display: block;
	box-sizing: border-box;
	color: #c4924f;
	font-size: 1.9em;
	line-height: 1.2em;
	letter-spacing: 0;
	padding-left: 26px;
	margin-bottom: 27px;
}

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

body#product_privilege #set .set__item {
	position: relative;
	box-sizing: border-box;
	padding: 34px 0 40px;
	border-bottom: #c4924f solid 1px;
}

body#product_privilege #set .set__item>.layout {
	display: grid;
	grid-template: "pic desc" 340px "buy desc" auto/340px 1fr;
	justify-content: space-between;
	gap: 30px 38px;
	position: relative;
}

body#product_privilege #set .set__item>.layout>.pic {
	width: 100%;
	grid-area: pic;
}

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

body#product_privilege #set .set__item>.layout>.buy {
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
	grid-area: buy;
}

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

body#product_privilege #set .set__item>.layout>.desc {
	width: 100%;
	font-size: 1em;
	line-height: 1.8em;
	position: relative;
	top: -11px;
	grid-area: desc;
}

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

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 ul li p:not(:first-of-type) {
	box-sizing: border-box;
	padding-left: 1em;
}

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

body#product_privilege #set .set__item>.layout>.desc ul.def {
	line-height: 1.9em;
}

body#product_privilege #set .set__buy {
	padding-top: 40px;
	border-bottom: none;
}

body#product_privilege #set .set__buy .button {
	max-width: 700px;
	height: 100px;
	border-left-width: 9px;
	font-size: 2em;
	padding-top: 0;
}

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

body#product_music #lineup>article:not(:last-child) {
	margin-bottom: 100px;
}

body#product_music #lineup>article .title {
	width: 100%;
	height: -moz-fit-content;
	height: fit-content;
	color: #c4924f;
	font-family: birch-std,serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3.7em;
	letter-spacing: 0;
	text-align: left;
	position: relative;
	box-sizing: border-box;
	padding-left: 30px;
	padding-bottom: 29px;
	margin-bottom: 40px;
}

body#product_music #lineup>article .title::before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 16px;
	height: 20px;
	background-image: url(../img/btn_arrow_next.png);
	background-position: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

body#product_music #lineup>article .title::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 5px;
	background-color: rgba(0,0,0,0);
	box-sizing: border-box;
	border-top: #c4924f solid 1px;
	border-bottom: #c4924f solid 1px;
}

body#product_music #lineup>article .music_container {
	display: flex;
	justify-content: space-between;
}

body#product_music #lineup>article .music_head {
	margin-top: -10px;
	margin-bottom: 31px;
}

body#product_music #lineup>article .music_name {
	color: #c4924f;
	font-size: 2em;
	line-height: 1.4em;
	letter-spacing: 0;
	margin-bottom: 8px;
}

body#product_music #lineup>article .music_artist {
	font-size: 1.6em;
	line-height: 1.4em;
	letter-spacing: 0;
}

body#product_music #lineup>article .music_img {
	display: block;
	width: 100%;
	max-width: 400px;
	margin-bottom: 30px;
}

body#product_music #lineup>article .music_img img {
	width: 100%;
	display: block;
}

body#product_music #lineup>article .music_item {
	width: 100%;
}

body#product_music #lineup>article .music_item:not(:last-child) {
	margin-bottom: 32px;
}

body#product_music #lineup>article .desc {
	width: calc(100% - 460px - 40px);
	font-size: 1em;
	line-height: 1.8em;
}

body#product_music #lineup>article .desc dt {
	margin-bottom: 10px;
	color: #c4924f;
	font-size: 1.2em;
	line-height: 1em;
	letter-spacing: .05em;
}

body#product_music #lineup>article .desc dd {
	line-height: 1.9em;
}

body#product_music #lineup>article .links {
	width: 460px;
	flex-shrink: 0;
}

body#product_music #lineup>article .links .movie {
	width: 100%;
	margin-bottom: 30px;
}

body#product_music #lineup>article .links .movie a,
body#product_music #lineup>article .links .movie span {
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 1;
	height: 100%;
	color: #c4924f;
	text-decoration: none;
	cursor: pointer;
	transition: all .3s;
}

body#product_music #lineup>article .links .movie a:hover .thumb::after {
	opacity: .5;
}

body#product_music #lineup>article .links .movie .normal-slider {
	background-color: rgba(0,0,0,0);
}

body#product_music #lineup>article .links .movie .normal-slider .slick-list {
	border: none;
}

body#product_music #lineup>article .links .movie .normal-slider .slick-dots {
	position: relative;
	bottom: 0;
	margin-top: 8px;
}

body#product_music #lineup>article .links .movie .thumb {
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 1;
	line-height: 0;
}

body#product_music #lineup>article .links .movie .thumb::before,
body#product_music #lineup>article .links .movie .thumb::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .3s;
}

body#product_music #lineup>article .links .movie .thumb::before {
	background: url(../img/btn_movieplay.png) center/100px auto no-repeat;
	z-index: 3;
}

body#product_music #lineup>article .links .movie .thumb::after {
	content: "";
	opacity: .7;
	z-index: 2;
	background-color: #353535;
}

body#product_music #lineup>article .links .movie .subj {
	color: #c4924f;
	display: block;
	padding: 7px 10px;
	box-sizing: border-box;
	font-size: 1.2em;
	letter-spacing: 0;
	line-height: 1.2em;
	text-align: center;
}

body#product_music #lineup>article .links .buttons {
	flex-direction: column;
	align-items: center;
}

body#product_music #lineup>article .links .buttons li {
	width: 100%;
	max-width: 300px;
}

body#product_music #lineup>article .links .buttons li:not(:last-child) {
	margin-bottom: 20px;
}

body#product_music #lineup>article .links .buttons .button {
	width: 100%;
	max-width: none;
}

body#product_music #lineup>article .links .buttons .button._long {
	font-size: 1.5em;
}

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

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

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

#Modal .inlineBox.update .attention>.inner {
	padding: 20px 30px;
	font-size: .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;
}

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

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

body#product_limited #base .base__package .package_logo {
	max-width: 382px;
	margin-bottom: 40px;
}

body#product_limited #base .base__package .package_ver {
	padding-top: 68px;
	margin-bottom: 49px;
}

body#product_limited #base .base__package .package_ver::before {
	height: 8px;
	border-width: 2px;
}

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

}

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

#PgHeader::before {
	aspect-ratio: 750/840;
	background-image: url(../img/product/bg_product_sp.png);
}

.product_title {
	font-size: 1.7em;
	letter-spacing: .03em;
	margin-top: 63px;
}

.product_title::before,
.product_title::after {
	width: 196px;
	height: 20px;
	aspect-ratio: 196/20;
}

.product_title::before {
	background-image: url(../img/cap_deco_l_sp.png);
}

.product_title::after {
	background-image: url(../img/cap_deco_r_sp.png);
}

body#product #base .container {
	display: block;
}

body#product #base .main {
	width: 100%;
	max-width: 358px;
	margin: 0 auto 60px;
}

body#product #base .logo {
	width: 100%;
	max-width: 400px;
	margin-bottom: 60px;
}

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

body#product #base .spec {
	padding-top: 0;
}

body#product #base .spec::before {
	display: none;
}

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

body#product #base .spec .spec_head {
	width: 170px;
	flex-shrink: 0;
	font-size: 2.6rem;
	letter-spacing: 0;
	line-height: 2em;
}

body#product #base .spec .spec_data {
	font-size: 2.6rem;
	line-height: 2em;
	letter-spacing: 0;
}

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

body#product #base .spec .list_txt._strong {
	margin-bottom: -8px;
}

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

body#product #base .buy {
	max-width: 540px;
	margin: 70px auto 0;
}

body#product #staff_cast {
	margin-top: 125px;
	flex-direction: column;
}

body#product #staff_cast>section {
	width: 100%;
}

body#product #staff_cast>section:not(:last-of-type) {
	margin-bottom: 80px;
}

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

body#product #staff_cast .title::before {
	top: 10px;
	left: -2px;
	width: 20px;
	height: 24px;
}

body#product #staff_cast .title::after {
	height: 8px;
	border-width: 2px;
}

body#product #staff_cast .desc_item:not(:last-child) {
	margin-bottom: 16px;
}

body#product #staff_cast .desc_head {
	font-size: 2.4rem;
	margin-bottom: 0;
}

body#product #staff_cast .desc_data {
	font-size: 3.2rem;
}

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

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

body#product_limited #set .set__title {
	font-size: 1.6em;
	padding: 0 40px;
	margin-bottom: 32px;
}

body#product_limited #set .set__title::before,
body#product_limited #set .set__title::after {
	top: 52%;
	width: 34px;
	height: 24px;
}

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

body#product_limited #special .special__item::before,
body#product_limited #special .special__item::after {
	height: 8px;
	border-width: 2px;
}

body#product_limited #special .special__title {
	padding: 95px 0 26px;
}

body#product_limited #special .special__title .num {
	min-width: 139px;
	height: 40px;
	top: 38px;
	left: 19px;
	font-size: .8em;
	font-weight: 700;
}

body#product_limited #special .special__title .num::before,
body#product_limited #special .special__title .num::after {
	height: 40px;
}

body#product_limited #special .special__title .num::before {
	width: 20px;
	left: -19px;
}

body#product_limited #special .special__title .num::after {
	width: 4px;
	right: -3px;
}

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

body#product_limited #special .special__body {
	padding: 40px 0;
	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: 460px !important;
	margin-bottom: 22px;
}

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

body#product_limited #buy {
	margin-top: 68px;
}

body#product_limited #buy .button {
	max-width: 560px;
	height: 120px;
	border-left-width: 12px;
	font-size: 1.65em;
	padding-top: 8px;
}

body#product_dl #set .button {
	max-width: 500px;
}

body#product_dl #special {
	margin-top: 80px;
}

body#product_dl #special .special__item::before,
body#product_dl #special .special__item::after {
	height: 8px;
	border-width: 2px;
}

body#product_dl #special .special__title {
	padding: 95px 0 26px;
}

body#product_dl #special .special__title .num {
	min-width: 139px;
	height: 40px;
	top: 38px;
	left: 19px;
	font-size: .8em;
	font-weight: 700;
}

body#product_dl #special .special__title .num::before,
body#product_dl #special .special__title .num::after {
	height: 40px;
}

body#product_dl #special .special__title .num::before {
	width: 20px;
	left: -19px;
}

body#product_dl #special .special__title .num::after {
	width: 4px;
	right: -3px;
}

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

body#product_dl #special .special__body {
	padding: 40px 0;
	line-height: 1.75em;
}

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

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

body#product_dl #special .special__body .withPicBox>figure {
	width: 460px !important;
	margin-bottom: 22px;
}

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

body#product_dl #buy {
	margin-top: 68px;
}

body#product_dl #buy .button {
	max-width: 560px;
	height: 120px;
	border-left-width: 12px;
	font-size: 1.65em;
	padding-top: 8px;
}

body#product_privilege .privilege-slider .slick-list {
	border-width: 2px;
}

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

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

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

body#product_privilege .lead {
	font-size: 1.2em;
	line-height: 1.9em;
	margin-bottom: 68px;
}

body#product_privilege .benefits {
	max-width: 670px;
	padding: 50px 26px 50px 39px;
}

body#product_privilege .benefits::before,
body#product_privilege .benefits::after {
	background-image: url(../img/product/frame_head_sp.png),url(../img/product/frame_bottom_sp.png),url(../img/product/frame_repeat_sp.png);
}

body#product_privilege .benefits span {
	font-size: 1.2em;
}

body#product_privilege .benefits li {
	line-height: 1.8em;
	letter-spacing: .1em;
}

body#product_privilege .benefits li:not(:last-child) {
	margin-bottom: 23px;
}

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

body#product_privilege #set .button {
	font-size: 1.6em;
	padding: 10px 4px 4px;
}

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

body#product_privilege #set .set__title::before {
	height: 8px;
	border-width: 2px;
}

body#product_privilege #set .set__title {
	padding: 21px 30px 20px;
	border-width: 2px;
}

body#product_privilege #set .set__title .name {
	font-size: 1.7em;
	padding: 0 40px;
}

body#product_privilege #set .set__title .name::before,
body#product_privilege #set .set__title .name::after {
	top: 52%;
	width: 34px;
	height: 24px;
}

body#product_privilege #set .set__name {
	font-size: 1.7em;
	padding-left: 26px;
	margin-bottom: 33px;
}

body#product_privilege #set .set__name::before {
	top: 14px;
	left: -2px;
	width: 20px;
	height: 24px;
}

body#product_privilege #set .set__item {
	padding: 29px 0 80px;
	border-width: 2px;
}

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

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

body#product_privilege #set .set__item>.layout>.pic {
	max-width: 460px;
	margin: 0 auto 45px;
}

body#product_privilege #set .set__item>.layout>.buy {
	max-width: 610px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px 90px;
	margin-left: 0;
}

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

body#product_privilege #set .set__item>.layout>.buy._long .button {
	font-size: 1em;
}

body#product_privilege #set .set__item>.layout>.desc {
	top: 0;
	margin-bottom: 32px;
}

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_privilege #set .set__buy {
	padding-top: 40px;
	padding-bottom: 0;
}

body#product_privilege #set .set__buy .button {
	max-width: 560px;
	height: 120px;
	border-left-width: 12px;
	font-size: 1.65em;
	padding-top: 8px;
}

body#product_music #lineup>article:not(:last-child) {
	margin-bottom: 125px;
}

body#product_music #lineup>article .title {
	font-size: 3em;
	padding-left: 37px;
	padding-bottom: 26px;
	margin-bottom: 27px;
}

body#product_music #lineup>article .title::before {
	top: 10px;
	left: -2px;
	width: 20px;
	height: 24px;
}

body#product_music #lineup>article .title::after {
	height: 8px;
	border-width: 2px;
}

body#product_music #lineup>article .music_container {
	flex-direction: column;
}

body#product_music #lineup>article .music_head {
	margin-top: 0;
	margin-bottom: 48px;
}

body#product_music #lineup>article .music_name {
	font-size: 1.7em;
}

body#product_music #lineup>article .music_artist {
	font-size: 1.3em;
}

body#product_music #lineup>article .music_img {
	max-width: none;
}

body#product_music #lineup>article .music_item:not(:last-child) {
	margin-bottom: 45px;
}

body#product_music #lineup>article .desc {
	width: 100%;
	margin-bottom: 50px;
}

body#product_music #lineup>article .desc dt {
	font-size: 1.1em;
	letter-spacing: .03em;
}

body#product_music #lineup>article .desc dd {
	line-height: 2em;
}

body#product_music #lineup>article .links {
	width: 100%;
}

body#product_music #lineup>article .links .movie .normal-slider .slick-dots {
	margin-top: 11px;
}

body#product_music #lineup>article .links .movie .normal-slider .slick-dots>li button {
	width: 16px;
	height: 16px;
}

body#product_music #lineup>article .links .movie .thumb::before {
	background: url(../img/btn_movieplay.png) center/170px auto no-repeat;
}

body#product_music #lineup>article .links .movie .subj {
	padding: 15px 10px;
	font-size: 1em;
}

body#product_music #lineup>article .links .buttons li {
	max-width: 540px !important;
	margin: 0 auto !important;
}

body#product_music #lineup>article .links .buttons li:not(:last-child) {
	margin-bottom: 30px !important;
}

#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: .8em;
	line-height: 1.4em;
}

}


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