body {
	position: relative;
	background: #f2f4f8;
	color: #2b2b2b;
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
}

body::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image: url(../img/fd/bg.png);
	background-color: transparent;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 999;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #2b2b2b;
	padding: 0;
	box-sizing: border-box;
	opacity: 1;
	transition: all 0.4s;
}

.header.is-show > nav {
	opacity: 1;
	z-index: 100;
	pointer-events: all;
}

.header.is-show .menu_btn .menu_trigger {
	top: 0;
}

.header.is-show .menu_btn .menu_trigger span:nth-of-type(1) {
	transform: translateY(16px) rotate(45deg);
}

.header.is-show .menu_btn .menu_trigger span:nth-of-type(2) {
	opacity: 0;
}

.header.is-show .menu_btn .menu_trigger span:nth-of-type(3) {
	transform: translateY(-16px) rotate(-45deg);
}

.header::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100px;
	background-image: url(../img/fd/menu_bg.png);
	background-color: transparent;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: -1;
}

.header__contents {
	position: absolute;
	top: 20px;
	left: 40px;
	box-sizing: border-box;
}

.header__contents .switch {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	display: none;
}

.header__logo {
	width: 162px;
}

.header__logo img {
	width: 100%;
	display: block;
}

.header > nav {
	box-sizing: border-box;
	position: relative;
	padding: 0;
	width: -moz-fit-content;
	width: fit-content;
	height: 100%;
	display: flex;
	align-items: center;
	margin-right: 30px;
}

.header > nav > ul {
	box-sizing: border-box;
	display: flex;
	gap: 27px;
	width: 100%;
}

.header > nav > ul > li {
	font-size: 0.9em;
	line-height: 1em;
	font-family: "Cormorant", serif;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	transition: all 0.4s;
}

.header > nav > ul > li > a,
.header > nav > ul > li > span {
	box-sizing: border-box;
	opacity: 1;
	display: inline-block;
	position: relative;
	z-index: 1;
	color: #2b2b2b;
	text-decoration: none;
}

.header > nav > ul > li.cur > a,
.header > nav > ul > li:not(.cur) > a:hover {
	color: #bfa46f;
}

.header > nav > ul > li > span {
	opacity: 0.4;
}

.header .bnr_privilege {
	width: 200px;
}

.header .bnr_privilege img {
	width: 100%;
}

.header .menu_btn {
	position: fixed;
	top: 0;
	right: 20px;
	width: 66px;
	height: 100px;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 110;
	text-align: center;
	cursor: pointer;
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.header .menu_btn .menu_trigger,
.header .menu_btn .menu_trigger span {
	display: inline-block;
	transition: all 0.3s;
	box-sizing: border-box;
}

.header .menu_btn .menu_trigger {
	position: relative;
	top: 0;
	width: 48px;
	height: 36px;
}

.header .menu_btn .menu_trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background: #bfa46f;
}

.header .menu_btn .menu_trigger span:nth-of-type(1) {
	top: 0;
}

.header .menu_btn .menu_trigger span:nth-of-type(2) {
	top: 44%;
}

.header .menu_btn .menu_trigger span:nth-of-type(3) {
	bottom: 0;
}

.header dl.accounts {
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	display: none;
}

.header dl.accounts > dt {
	font-size: 1em;
	line-height: 1em;
	letter-spacing: 0;
}

.header dl.accounts > dd {
	margin-left: 25px;
	width: 24px;
}

.header dl.accounts > dd a {
	display: block;
}

.header dl.accounts > dd a:hover {
	transform: scale(1.1);
}

.header dl.accounts > dd path {
	fill: #2b2b2b;
}

.header .banner {
	width: 100%;
	max-width: 460px;
	margin: 0 auto;
	display: none;
}

.header .banner img {
	width: 100%;
	display: block;
}

#Wrap {
	padding: 0;
	width: 100%;
	min-width: auto;
	background: transparent;
}

#Container {
	padding-bottom: 206px;
}

#Splash {
	background: #f2f4f8;
	background-image: url(../img/fd/bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 50000;
	opacity: 1;
}

#Splash > div {
	opacity: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 670px;
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.8);
	transition: all 1s ease;
}

#Splash > div.show {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.area {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.bubble-container {
	position: relative;
	width: 100%; /* 幅を指定 */
	height: 100%; /* 高さを指定 */
	overflow: hidden;
}

.bubble {
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.6); /* 泡の色 */
	opacity: 0.8;
	animation: floatUp 5s ease-in;
}

.l-padding {
	padding: 120px 0 70px;
}

.l-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 40px;
	position: relative;
	box-sizing: border-box;
}

.c-btn {
	width: 320px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../img/fd/btn_beside.png);
	background-color: transparent;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	font-family: YakuHanJP, fot-tsukuaoldmin-pr6n, dnp-shuei-mincho-pr6n, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	font-weight: 500;
	font-size: 1.4em;
	line-height: 1em;
	color: #bfa46f;
	cursor: pointer;
	text-decoration: none;
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	z-index: 2;
}

.c-btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/fd/btn_beside_cover.png);
	background-color: transparent;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 0.3s;
}

.c-btn:hover {
	color: #bfa46f;
}

.c-btn:hover::before {
	opacity: 0.1;
}

.c-btn._vertical {
	width: 48px;
	height: 104px;
	background-image: url(../img/fd/btn_vertical.png);
}

.c-btn._vertical::before {
	background-image: url(../img/fd/btn_vertical_cover.png);
}

.c-btn._long {
	width: 100%;
	height: 70px;
	background-image: url(../img/fd/btn_long.png);
}

.c-btn._long::before {
	background-image: url(../img/fd/btn_long_cover.png);
}

.c-btn._off {
	cursor: auto;
	pointer-events: none;
	color: #ccc;
}

.c-btn._off::before {
	display: none;
}

.c-particle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -4;
}

.c-particle__item {
	position: absolute;
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform-origin: center center;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}

.c-particle__item img {
	width: 100%;
	display: block;
}

.c-particle__item:nth-child(3n+1) {
	width: 180px;
}

.c-particle__item:nth-child(3n+2) {
	width: 50px;
}

.c-particle__item:nth-child(3n+3) {
	width: 104px;
}

.c-particle__item:nth-child(2n) {
	transition-duration: 2s;
}

.c-particle__item:nth-child(5n) {
	transition-duration: 4s;
}

.c-particle__item:nth-child(3n) {
	transition-duration: 1.5s;
}

.c-particle__item:nth-child(1) {
	top: 24.7%;
	left: 23%;
}

.c-particle__item:nth-child(2) {
	top: 24.8%;
	left: 11%;
}

.c-particle__item:nth-child(3) {
	top: 32.2%;
	right: 3%;
}

.c-particle__item:nth-child(4) {
	top: 46.4%;
	left: 7%;
}

.c-particle__item:nth-child(5) {
	top: 47.1%;
	left: 7%;
}

.c-particle__item:nth-child(6) {
	top: 58.6%;
	right: 5%;
}

#PgHeader {
	color: #bfa46f;
	margin-bottom: 62px;
}

#PgHeader::before,
#PgHeader:after {
	content: "";
	position: absolute;
	clip-path: none;
	background-color: transparent;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
	display: block;
}

#PgHeader::before {
	width: 132px;
	height: 110px;
	top: 90px;
	left: 270px;
	background-image: url(../img/fd/_particle/particle_header_product01.png) !important;
}

#PgHeader::after {
	width: 176px;
	height: 182px;
	top: 160px;
	left: 100px;
	background-image: url(../img/fd/_particle/particle_header_product02.png) !important;
}

#PgHeader .main {
	padding-top: 30px;
	display: block;
	font-size: 2.8em;
	line-height: 1em;
	font-family: "aviano-didone", serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.05em;
	text-indent: 0;
	margin-bottom: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#PgHeader .main::before,
#PgHeader .main:after {
	display: none;
}

#PgHeader .main > span {
	display: block;
	margin: 0;
	padding: 0;
	background: transparent;
	background-clip: unset;
	color: #bfa46f;
}

#PgHeader .sub {
	font-size: 1.2em;
	line-height: 1em;
	letter-spacing: 0;
}

.local-nav {
	left: 0;
	width: 100%;
	margin-bottom: 100px;
}

.local-nav ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.local-nav ul > li {
	margin: 0;
	width: 50%;
}

.local-nav ul > li:nth-child(3) {
	width: 100%;
	margin-top: 20px;
}

.local-nav ul > li:nth-child(3) > a,
.local-nav ul > li:nth-child(3) > span {
	border-color: #0086a2;
	color: #0086a2;
}

.local-nav ul > li:nth-child(3) > a::before,
.local-nav ul > li:nth-child(3) > span::before {
	background-color: #0086a2;
}

.local-nav ul > li:nth-child(3).cur > *,
.local-nav ul > li:nth-child(3):not(.cur) > a:hover {
	color: #0086a2;
}

.local-nav ul > li > a,
.local-nav ul > li > span {
	height: 70px;
	background-color: #fff;
	color: #bfa46f;
	font-size: 1.5em;
	border-width: 1px;
	margin: -1px;
	position: relative;
}

.local-nav ul > li > a::before,
.local-nav ul > li > span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #bfa46f;
	opacity: 0;
	transition: opacity 0.3s;
}

.local-nav ul > li > a:hover::before,
.local-nav ul > li > span:hover::before {
	opacity: 0.1;
}

.local-nav ul > li.cur > *,
.local-nav ul > li:not(.cur) > a:hover {
	background-color: #fff;
	color: #bfa46f;
}

.local-nav ul > li.cur > a::before,
.local-nav ul > li.cur > span::before {
	opacity: 0.1;
}

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

body#fd_product #base .base__package {
	width: 67%;
	height: -moz-fit-content;
	height: fit-content;
	position: relative;
	display: flex;
	align-items: flex-end;
}

body#fd_product #base .base__package::before {
	content: "";
	display: block;
	position: absolute;
	right: 100px;
	bottom: -80px;
	width: 2000px;
	height: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 50px 0px rgba(241, 241, 255, 0.8);
	z-index: -1;
}

body#fd_product #base .base__package .package_desc {
	height: -moz-fit-content;
	height: fit-content;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 40px;
	position: relative;
	bottom: -19px;
}

body#fd_product #base .base__package .package_logo {
	margin-bottom: 10px;
}

body#fd_product #base .base__package .package_ver {
	margin-bottom: 21px;
	text-align: center;
}

body#fd_product #base .base__package .package_ver .ver_txt {
	display: block;
	font-size: 1.9em;
	letter-spacing: 0.05em;
	margin-bottom: 11px;
}

body#fd_product #base .base__package .package_ver .ver_price {
	color: #0086a2;
}

body#fd_product #base .base__package .package_links .c-btn {
	width: 286px;
	font-size: 1.2em;
}

body#fd_product #base .base__package .package_links .c-btn:not(:last-child) {
	margin-bottom: 10px;
}

body#fd_product #base .base__desc {
	width: 30%;
	max-width: 300px;
	border-top: #c4d6d8 solid 1px;
	box-sizing: border-box;
}

body#fd_product #base .base__desc .desc_item {
	box-sizing: border-box;
	padding: 6px 0;
	border-bottom: #c4d6d8 solid 1px;
	text-align: left;
}

body#fd_product #base .base__desc .desc_head {
	color: #bfa46f;
	margin-bottom: 14px;
	line-height: 1;
}

body#fd_product #base .base__desc .desc_data {
	line-height: 1.4em;
}

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

body#fd_product #base .base__desc .list_txt._strong {
	color: #bfa46f;
}

body#fd_product #base .base__links {
	display: none;
	width: 100%;
}

body#fd_product #base .base__links .c-btn {
	width: 100%;
}

body#fd_product #staff_cast_music {
	margin: 173px auto 0;
	width: 100%;
}

body#fd_product #staff_cast_music > section {
	position: relative;
	z-index: 1;
}

body#fd_product #staff_cast_music > section:not(:last-child) {
	padding-bottom: 40px;
	margin-bottom: 32px;
}

body#fd_product #staff_cast_music > section:not(:last-child)::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, transparent 0, #c9d8dd 40%, #c9d8dd 40%, #c9d8dd 60%, transparent 100%);
}

body#fd_product #staff_cast_music .staff__title {
	display: block;
	font-size: 2.2em;
	line-height: 1em;
	font-family: "aviano-didone", serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.05em;
	text-align: center;
	color: #bfa46f;
	margin-bottom: 56px;
}

body#fd_product #staff_cast_music .staff__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px 10px;
}

body#fd_product #staff_cast_music .staff__list .list_item {
	width: 100%;
	text-align: left;
}

body#fd_product #staff_cast_music .staff__list .list_item > dt {
	color: #bfa46f;
	font-size: 0.8em;
	line-height: 1.2em;
	letter-spacing: 0.03em;
	font-feature-settings: "palt";
}

body#fd_product #staff_cast_music .staff__list .list_item > dd {
	margin-top: 0.5em;
	font-size: 1.1em;
	line-height: 1.2em;
	letter-spacing: 0.03em;
	font-feature-settings: "palt";
}

body#fd_product #staff_cast_music .cast__title {
	display: block;
	font-size: 2.2em;
	line-height: 1em;
	font-family: "aviano-didone", serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.05em;
	text-align: center;
	color: #bfa46f;
	margin-bottom: 56px;
}

body#fd_product #staff_cast_music .cast__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px 10px;
}

body#fd_product #staff_cast_music .cast__list .list_item {
	width: 100%;
	text-align: left;
}

body#fd_product #staff_cast_music .cast__list .list_item > dt {
	color: #bfa46f;
	font-size: 0.8em;
	line-height: 1.2em;
	letter-spacing: 0.03em;
	font-feature-settings: "palt";
}

body#fd_product #staff_cast_music .cast__list .list_item > dd {
	margin-top: 0.5em;
	font-size: 1.1em;
	line-height: 1.2em;
	letter-spacing: 0.03em;
	font-feature-settings: "palt";
}

body#fd_product #staff_cast_music .music__title {
	display: block;
	font-size: 2.2em;
	line-height: 1em;
	font-family: "aviano-didone", serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.05em;
	text-align: center;
	color: #bfa46f;
	margin-bottom: 56px;
}

body#fd_product #staff_cast_music .music__container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

body#fd_product #staff_cast_music .music__item {
	width: 100%;
	height: 190px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

body#fd_product #staff_cast_music .music__theme {
	display: block;
	color: #bfa46f;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 22px;
}

body#fd_product #staff_cast_music .music__name {
	display: block;
	font-size: 1.6em;
	line-height: 1.2em;
	margin-bottom: 16px;
}

body#fd_product #staff_cast_music .music__artist {
	display: block;
	font-size: 1.1em;
	line-height: 1.2em;
}

body#fd_product #staff_cast_music .music__comment {
	margin: 50px auto 0;
	text-align: center;
}

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

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

body#fd_product_limited #base .base__package::before {
	content: "";
	display: block;
	position: absolute;
	right: 100px;
	bottom: -80px;
	width: 2000px;
	height: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 50px 0px rgba(241, 241, 255, 0.8);
	z-index: -1;
}

body#fd_product_limited #base .base__package .package_desc {
	height: -moz-fit-content;
	height: fit-content;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 20px;
	position: relative;
	bottom: -10px;
	font-feature-settings: "palt";
}

body#fd_product_limited #base .base__package .package_logo {
	margin-bottom: 10px;
}

body#fd_product_limited #base .base__package .package_ver {
	margin-bottom: 21px;
	text-align: center;
}

body#fd_product_limited #base .base__package .package_ver .ver_txt {
	display: block;
	font-size: 1.9em;
	letter-spacing: 0.05em;
	margin-bottom: 11px;
}

body#fd_product_limited #base .base__package .package_ver .ver_price {
	color: #0086a2;
}

body#fd_product_limited #base .base__package .package_img {
	width: 67%;
	max-width: 680px;
}

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

body#fd_product_limited #base .base__package .package_links .c-btn {
	width: 286px;
	font-size: 1.2em;
}

body#fd_product_limited #base .base__package .package_links .c-btn:not(:last-child) {
	margin-bottom: 10px;
}

body#fd_product_limited #base .base__links {
	display: none;
	width: 100%;
}

body#fd_product_limited #base .base__links .c-btn {
	width: 100%;
}

body#fd_product_limited #set {
	margin-top: 160px;
}

body#fd_product_limited #set .set__title {
	display: block;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}

body#fd_product_limited #set .set__title img {
	width: 270px;
}

body#fd_product_limited #set .set__img {
	width: 100%;
	position: relative;
	z-index: 1;
}

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

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

body#fd_product_limited #special .special__item {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.5);
}

body#fd_product_limited #special .special__item:not(:last-child) {
	margin-bottom: 20px;
}

body#fd_product_limited #special .special__title {
	background: #2b2b2b;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 10px 30px;
	min-height: 80px;
}

body#fd_product_limited #special .special__title .no {
	position: relative;
	display: block;
	margin-right: 44px;
	flex-shrink: 0;
	box-sizing: border-box;
	padding-left: 40px;
}

body#fd_product_limited #special .special__title .no::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background-image: url(../img/fd_product/product_icon.png);
	background-color: transparent;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

body#fd_product_limited #special .special__title .no img {
	width: 76px;
	display: block;
}

body#fd_product_limited #special .special__title .name {
	color: #fff;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	line-height: 1.4em;
	font-feature-settings: "palt";
}

body#fd_product_limited #special .special__body {
	box-sizing: border-box;
	padding: 34px 40px;
	font-size: 1em;
	letter-spacing: 0.05em;
	line-height: 1.7em;
	font-feature-settings: "palt";
	color: #2b2b2b;
}

body#fd_product_limited #special .special__body dl > dt:not(:first-child) {
	margin-top: 20px;
	border-top: 1px solid rgba(201, 216, 221, 0.4);
	padding-top: 24px;
}

body#fd_product_limited #special .special__body dl > dt {
	color: #bfa46f;
}

body#fd_product_limited #special .special__body .withPicBox > figure {
	width: 380px;
}

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

body#fd_product_limited #special .special__body .withPicBox > .desc {
	width: calc(100% - 380px - 30px);
}

body#fd_product_limited #special ul {
	position: relative;
	z-index: 1;
}

body#fd_product_limited #buy {
	margin: 74px auto 0;
	text-align: center;
}

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

body#fd_product_privilege .privilege-slider .slick-list {
	border: 2px solid #bfa46f;
}

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

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

body#fd_product_privilege .privilege-slider .slick-dots > li button {
	overflow: hidden;
	outline: none;
	margin: 0;
	border: none;
	padding: 0;
	width: 15px;
	height: 5px;
	background: #0086a2;
	font-size: 1px;
	text-indent: -9999px;
}

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

body#fd_product_privilege #intro {
	position: relative;
	z-index: 1;
}

body#fd_product_privilege #intro .intro__title {
	display: block;
	text-align: center;
	margin-bottom: 37px;
	position: relative;
	z-index: 1;
}

body#fd_product_privilege #intro .intro__title img {
	width: 270px;
}

body#fd_product_privilege #intro .intro__lead {
	line-height: 1.6;
}

body#fd_product_privilege #intro ul {
	margin-top: 32px;
}

body#fd_product_privilege #intro ul.def.circle > li {
	padding-left: 11px;
}

body#fd_product_privilege #intro ul.def.circle > li::before {
	top: 0.7em;
	width: 0.2em;
	height: 0.2em;
}

body#fd_product_privilege #intro ul.def.circle > li strong {
	color: #bfa46f;
}

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

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

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

body#fd_product_privilege #set .set__title {
	background: #2b2b2b;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	padding: 10px 30px;
	min-height: 80px;
	color: #fff;
	font-size: 1.6em;
	letter-spacing: 0.05em;
	line-height: 1.4em;
	font-feature-settings: "palt";
}

body#fd_product_privilege #set .set__name {
	position: relative;
	display: block;
	margin-bottom: 30px;
	box-sizing: border-box;
	padding-left: 40px;
	color: #0086a2;
	font-size: 1.6em;
	line-height: 1.2em;
}

body#fd_product_privilege #set .set__name::before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 30px;
	height: 30px;
	background-image: url(../img/fd_product/product_icon.png);
	background-color: transparent;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

body#fd_product_privilege #set .set__item {
	position: relative;
	box-sizing: border-box;
	padding: 40px;
	background-color: rgba(255, 255, 255, 0.5);
}

body#fd_product_privilege #set .set__item:not(:last-child)::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 80px);
	height: 2px;
	background-color: #c9d8dd;
}

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

body#fd_product_privilege #set .set__item > .layout > .main {
	width: 380px;
}

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

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

body#fd_product_privilege #set .set__item > .layout > .main > .buy {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

body#fd_product_privilege #set .set__item > .layout > .main > .buy .c-btn {
	text-align: center;
	width: 100%;
	background-image: url(../img/fd/btn_short.png);
}

body#fd_product_privilege #set .set__item > .layout > .main > .buy .c-btn::before {
	background-image: url(../img/fd/btn_short_cover.png);
}

body#fd_product_privilege #set .set__item > .layout > .main > .buy .c-btn._fs {
	font-size: 0.9em;
}

body#fd_product_privilege #set .set__item > .layout > .desc {
	width: calc(100% - 360px - 60px);
	font-size: 1em;
	line-height: 1.8em;
}

body#fd_product_privilege #set .set__item > .layout > .desc dl > dt {
	color: #bfa46f;
}

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

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

body#fd_product_privilege #set .set__item > .layout > .desc ul.def li p:not(:first-child) {
	padding-left: 1em;
}

body#fd_product_privilege #set .set__item > .layout > .desc ul.def ul.def.asta {
	padding-left: 1em;
}

body#fd_product_privilege #set .set__buy .c-btn._long:not(:last-child) {
	margin-bottom: 20px;
}

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

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

#Modal .inlineBox.update .attention > h1 {
	padding: 10px 10px 11px;
	background: #007b9d;
	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;
}

#Wrap > footer #copyright {
	box-sizing: border-box;
	position: relative;
	z-index: 5;
	padding: 40px;
	background: #fff;
	color: #2b2b2b;
	box-shadow: 0px 0px 50px 0px rgba(241, 241, 255, 0.8);
}

#Wrap > footer #copyright > div {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
	max-width: 1020px;
	text-align: left;
}

#Wrap > footer #copyright > div > div:nth-of-type(1) {
	width: 380px;
}

#Wrap > footer #copyright > div > div:nth-of-type(2) {
	width: calc(100% - 380px - 30px);
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

#Wrap > footer #copyright .official {
	width: 100%;
	max-width: 324px;
	display: block;
}

#Wrap > footer #copyright .official:hover img {
	opacity: 0.6;
}

#Wrap > footer #copyright .official img {
	width: 100%;
}

#Wrap > footer #copyright .logos {
	display: flex;
	flex-flow: row nowrap;
	line-height: 0;
	margin-top: 20px;
}

#Wrap > footer #copyright .logos > li {
	margin-right: 10px;
}

#Wrap > footer #copyright .logos a {
	width: 120px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: #bfa46f solid 1px;
}

#Wrap > footer #copyright .logos a:hover img {
	opacity: 0.6;
}

#Wrap > footer #copyright .logos img {
	width: auto;
	height: 48px;
}

#Wrap > footer #copyright .share {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	color: #bfa46f;
}

#Wrap > footer #copyright .share .share_tit {
	font-size: 0.6em;
	font-family: "aviano-didone", serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1em;
	letter-spacing: 0;
}

#Wrap > footer #copyright .share > ul {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	margin-left: 12px;
	width: -moz-fit-content;
	width: fit-content;
}

#Wrap > footer #copyright .share > ul li:not(:last-child) {
	margin-right: 15px;
}

#Wrap > footer #copyright .share > ul a {
	display: block;
	width: 28px;
	height: 28px;
}

#Wrap > footer #copyright .share > ul a:hover {
	transform: scale(1.1);
}

#Wrap > footer #copyright .share > ul a img {
	display: block;
	width: 100%;
}

#Wrap > footer #copyright .share > ul svg {
	display: block;
}

#Wrap > footer #copyright .share > ul path {
	fill: #bfa46f;
}

#Wrap > footer #copyright .links {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px 40px;
	justify-content: flex-end;
	margin-top: 18px;
	width: -moz-fit-content;
	width: fit-content;
}

#Wrap > footer #copyright .links > li {
	width: 100%;
	position: relative;
	border-bottom: #bfa46f solid 1px;
}

#Wrap > footer #copyright .links a {
	display: block;
	color: #bfa46f;
	font-size: 0.6em;
	line-height: 1.2em;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
	padding-bottom: 5px;
}

#Wrap > footer #copyright .caution {
	margin-top: 14px;
	text-align: right;
}

#Wrap > footer #copyright .caution .jp,
#Wrap > footer #copyright .caution .en {
	font-size: 0.6em;
	line-height: 1.6em;
}

#Wrap > footer #copyright .caution .nintendo {
	margin-top: 1em;
	font-size: 0.7em;
	line-height: 1.6em;
}

#Wrap > footer #copyright .copy {
	font-size: 0.7em;
	line-height: 1.6em;
	text-align: right;
}

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

.header {
	display: block;
	justify-content: center;
	height: 100px;
	background: transparent;
	transform: translateY(0);
	opacity: 1;
}

.header::before {
	display: none;
}

.header__contents {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 3px 12px rgba(235, 143, 227, 0.16);
	padding-left: 0;
}

.header__contents .switch {
	display: block;
}

.header > nav {
	opacity: 0;
	width: 100%;
	height: calc(100vh - 80px);
	background: rgba(255, 255, 255, 0.8);
	display: block;
	color: #2b2b2b;
	padding: 65px 20px 100px;
	margin: 0;
	z-index: -1;
	overflow: auto;
	transition: all 0.3s;
	pointer-events: none;
}

.header > nav > ul {
	flex-direction: column;
	justify-content: center;
	gap: 0;
}

.header > nav > ul > li {
	font-size: 2.2em;
	letter-spacing: 0;
	margin: 20px 0;
}

.header > nav > ul > li > a,
.header > nav > ul > li > span {
	display: inline-block;
	padding: 8px 10px;
}

.header .bnr_privilege {
	display: none;
}

.header .menu_btn {
	display: flex;
}

.header dl.accounts {
	display: flex;
}

.header dl.accounts {
	margin: 40px auto 32px;
}

.header dl.accounts > dt {
	font-size: 1.1em;
	line-height: 1em;
}

.header dl.accounts > dd {
	margin-left: 30px;
	width: 50px;
}

.header dl.accounts > dd a:hover {
	transform: scale(1);
}

.header .banner {
	display: block;
}

}

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

body#fd_product #base {
	display: block;
}

body#fd_product #base .base__package {
	width: 100%;
	align-items: center;
	margin-bottom: 80px;
}

body#fd_product #base .base__package::before {
	right: 20px;
	bottom: -40px;
}

body#fd_product #base .base__package .package_desc {
	margin-right: 30px;
}

body#fd_product #base .base__package .package_logo {
	margin-bottom: 20px;
}

body#fd_product #base .base__package .package_ver {
	margin-bottom: 0;
}

body#fd_product #base .base__package .package_ver .ver_txt {
	margin-bottom: 20px;
}

body#fd_product #base .base__package .package_links {
	display: none;
}

body#fd_product #base .base__desc {
	width: 100%;
	max-width: none;
}

body#fd_product #base .base__desc .desc_item {
	display: flex;
	padding: 18px 0;
}

body#fd_product #base .base__desc .desc_head {
	margin-bottom: 0;
	width: 154px;
	flex-shrink: 0;
	line-height: 1.4em;
}

body#fd_product #base .base__desc .desc_data {
	width: 100%;
}

body#fd_product #base .base__links {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin: 0 auto 60px;
}

body#fd_product_limited #base {
	display: block;
}

body#fd_product_limited #base .c-btn {
	background-image: url(../img/fd/btn_long_sp.png);
}

body#fd_product_limited #base .c-btn:hover::before {
	background-image: url(../img/fd/btn_long_cover_sp.png);
}

body#fd_product_limited #base .base__package {
	width: 100%;
	flex-direction: column-reverse;
	align-items: center;
	margin-bottom: 80px;
}

body#fd_product_limited #base .base__package::before {
	right: 20px;
	bottom: -40px;
}

body#fd_product_limited #base .base__package .package_desc {
	margin-right: 0;
	margin-top: 40px;
	bottom: 0;
}

body#fd_product_limited #base .base__package .package_logo {
	margin-bottom: 20px;
}

body#fd_product_limited #base .base__package .package_ver {
	margin-bottom: 0;
}

body#fd_product_limited #base .base__package .package_ver .ver_txt {
	font-size: 2em;
	margin-bottom: 20px;
}

body#fd_product_limited #base .base__package .package_img {
	width: 100%;
	max-width: none;
}

body#fd_product_limited #base .base__package .package_links {
	display: none;
}

body#fd_product_limited #base .base__links {
	display: block;
	width: 100%;
	margin: 0 auto 60px;
}

}

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

#Container {
	padding-bottom: 200px;
}

.l-padding {
	padding: 95px 0;
}

.c-btn {
	width: 460px;
	height: 100px;
	background-image: url(../img/fd/btn_beside_sp.png);
}

.c-btn::before {
	background-image: url(../img/fd/btn_beside_cover_sp.png);
}

.c-btn._vertical {
	width: 80px;
	height: 180px;
	background-image: url(../img/fd/btn_vertical_sp.png);
}

.c-btn._vertical:hover::before {
	background-image: url(../img/fd/btn_vertical_cover_sp.png);
}

.c-btn._long {
	height: 100px;
	background-image: url(../img/fd/btn_long_sp.png);
}

.c-btn._long:hover::before {
	background-image: url(../img/fd/btn_long_cover_sp.png);
}

#PgHeader {
	padding-top: 86px;
}

#PgHeader::before {
	top: -7px;
	left: 144px;
}

#PgHeader::after {
	top: 64px;
	left: -26px;
}

#PgHeader .main {
	letter-spacing: -0.05em;
	margin-bottom: 21px;
}

#PgHeader .main.long {
	font-size: 2.5em;
	line-height: 1.1em;
}

#PgHeader .sub {
	font-size: 1.1em;
}

.local-nav {
	margin-bottom: 162px;
}

.local-nav ul > li:nth-child(3) {
	margin-top: 44px;
}

.local-nav ul > li > a,
.local-nav ul > li > span {
	font-size: 1.8em;
	border-width: 2px;
	height: 98px;
}

.local-nav ul > li:not(.cur) > a:hover {
	background: transparent;
	color: #bfa46f;
}

.local-nav ul > li:not(.cur) > a:hover::before {
	opacity: 0;
}

body#fd_product #staff_cast_music {
	margin-top: 90px;
}

body#fd_product #staff_cast_music > section:not(:last-child) {
	padding-bottom: 78px;
	margin-bottom: 69px;
}

body#fd_product #staff_cast_music .staff__title {
	font-size: 2.1em;
}

body#fd_product #staff_cast_music .staff__list {
	grid-template-columns: repeat(2, 1fr);
	gap: 42px 10px;
}

body#fd_product #staff_cast_music .staff__list .list_item > dt {
	font-size: 0.9em;
}

body#fd_product #staff_cast_music .staff__list .list_item > dd {
	font-size: 1.2em;
}

body#fd_product #staff_cast_music .cast__title {
	font-size: 2.1em;
}

body#fd_product #staff_cast_music .cast__list {
	grid-template-columns: repeat(3, 1fr);
	gap: 44px 10px;
}

body#fd_product #staff_cast_music .cast__list .list_item > dt {
	font-size: 0.9em;
}

body#fd_product #staff_cast_music .cast__list .list_item > dd {
	font-size: 1.2em;
}

body#fd_product #staff_cast_music .music__container {
	grid-template-columns: repeat(1, 1fr);
}

body#fd_product #staff_cast_music .music__item {
	height: 206px;
}

body#fd_product_limited #set {
	margin-top: 120px;
}

body#fd_product_limited #set .set__title img {
	width: auto;
}

body#fd_product_limited #special {
	display: block;
}

body#fd_product_limited #special .special__item:not(:last-child) {
	margin-bottom: 40px;
}

body#fd_product_limited #special .special__title {
	min-height: 100px;
}

body#fd_product_limited #special .special__title .no {
	margin-right: 22px;
}

body#fd_product_limited #special .special__title .no img {
	width: auto;
}

body#fd_product_limited #special .special__title .name {
	font-size: 1em;
}

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

body#fd_product_limited #special .special__body dl > dt:not(:first-child) {
	margin-top: 39px;
	border-top-width: 2px;
	padding-top: 36px;
}

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

body#fd_product_limited #special .special__body .withPicBox > .desc {
	width: auto !important;
}

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

body#fd_product_privilege .privilege-slider .slick-dots {
	bottom: -30px;
}

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

body#fd_product_privilege .privilege-slider .slick-dots > li button {
	width: 28px;
	height: 10px;
}

body#fd_product_privilege #intro .intro__title img {
	width: auto;
}

body#fd_product_privilege #set .set__title {
	min-height: 100px;
	font-size: 1.4em;
}

body#fd_product_privilege #set .set__item > .layout > .main > .buy {
	gap: 20px;
}

body#fd_product_privilege #set .set__item > .layout > .main > .buy .c-btn {
	height: 100px;
	background-image: url(../img/fd/btn_short_sp.png);
}

body#fd_product_privilege #set .set__item > .layout > .main > .buy .c-btn::before {
	background-image: url(../img/fd/btn_short_cover_sp.png);
}

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

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

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

body#fd_product_privilege #set .set__item > .layout > .desc {
	width: auto;
}

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

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

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

#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;
}

#Wrap > footer #copyright {
	width: auto;
	padding: 80px 40px 140px;
}

#Wrap > footer #copyright > div {
	display: block;
	width: auto;
	text-align: center;
}

#Wrap > footer #copyright > div > div {
	width: auto !important;
}

#Wrap > footer #copyright > div > div:nth-of-type(2) {
	align-items: center;
}

#Wrap > footer #copyright .official {
	max-width: 460px;
	margin: 0 auto;
}

#Wrap > footer #copyright .official:hover img {
	opacity: 1;
}

#Wrap > footer #copyright .logos {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

#Wrap > footer #copyright .logos > li {
	margin: 0 10px;
}

#Wrap > footer #copyright .logos a {
	width: 210px;
	height: 100px;
	border-width: 2px;
}

#Wrap > footer #copyright .logos a:hover img {
	opacity: 1;
}

#Wrap > footer #copyright .logos img {
	height: auto;
}

#Wrap > footer #copyright .share {
	margin: 60px auto 0;
}

#Wrap > footer #copyright .share .share_tit {
	font-size: 0.8em;
}

#Wrap > footer #copyright .share > ul {
	margin-left: 35px;
}

#Wrap > footer #copyright .share > ul li:not(:last-child) {
	margin-right: 22px;
}

#Wrap > footer #copyright .share > ul a {
	width: 48px;
	height: 48px;
}

#Wrap > footer #copyright .links {
	justify-content: center;
	margin: 60px auto 0;
	gap: 20px;
	width: 100%;
	max-width: 670px;
}

#Wrap > footer #copyright .links > li {
	border-width: 2px;
}

#Wrap > footer #copyright .links a {
	font-size: 0.7em;
	line-height: 1.2em;
	letter-spacing: 0;
}

#Wrap > footer #copyright .caution {
	margin-top: 30px;
	text-align: center;
}

#Wrap > footer #copyright .caution .jp {
	font-size: 0.7em;
	line-height: 1.4em;
}

#Wrap > footer #copyright .caution .en {
	font-size: 0.7em;
	line-height: 1.4em;
}

#Wrap > footer #copyright .caution .nintendo {
	font-size: 0.7em;
	line-height: 1.4em;
}

#Wrap > footer #copyright .copy {
	font-size: 0.7em;
	line-height: 1.4em;
	text-align: center;
}

}

@keyframes floatUp {

0% {
	transform: translateY(0) scale(1);
}

100% {
	transform: translateY(-2000px) scale(0.5); /* 上に浮かんで小さくなる */
}

}


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