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 {
	max-width: 1280px;
	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;
}

body#fd_story .story_section {
	box-sizing: border-box;
	padding: 80px 90px 95px;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

body#fd_story .story_section:not(:last-child) {
	margin-bottom: 140px;
}

body#fd_story .story_head {
	display: flex;
	margin-bottom: 60px;
	height: -moz-fit-content;
	height: fit-content;
}

body#fd_story .story_head._col {
	display: block;
}

body#fd_story .story_head._col .story_caption {
	display: block;
	margin-right: 0;
	margin-bottom: 30px;
}

body#fd_story .story_head .head_txt {
	letter-spacing: 0.075em;
	line-height: 1.7em;
	font-feature-settings: "palt";
}

body#fd_story .story_caption {
	display: block;
	margin-right: 60px;
}

body#fd_story .story_prologue .prologue_caption {
	display: block;
	margin-bottom: 40px;
	max-width: 208px;
}

body#fd_story .story_prologue .prologue_caption img {
	display: block;
}

body#fd_story .story_prologue .prologue_txt {
	display: block;
	letter-spacing: 0.05em;
	line-height: 1.7em;
	font-feature-settings: "palt";
}

body#fd_story .story_prologue .prologue_txt:not(:last-child) {
	margin-bottom: 18px;
}

body#fd_story .story_adv {
	width: 90%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	position: relative;
	z-index: 1;
	margin: 0 auto 60px;
}

body#fd_story .story_adv::before {
	content: "";
	display: none;
	width: calc(100% + 40px);
	height: 100%;
	position: absolute;
	left: -20px;
	bottom: -20px;
	opacity: 0.15;
	background: linear-gradient(90deg, rgb(182, 133, 254) 0%, rgb(129, 209, 255) 100%);
	z-index: -1;
}

body#fd_story .story_adv._deco {
	width: 100%;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-bottom: 80px;
}

body#fd_story .story_adv._deco::before {
	display: block;
	width: 100%;
	height: 150px;
	left: 30px;
	bottom: -30px;
}

body#fd_story .story_adv .adv_item {
	position: relative;
	z-index: 1;
}

body#fd_story .story_adv .adv_item::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 10px;
	bottom: -10px;
	opacity: 0.15;
	background: linear-gradient(90deg, rgb(182, 133, 254) 0%, rgb(129, 209, 255) 100%);
	z-index: -1;
}

/* ================================================================ *
 * @desc@ リード文
 * ================================================================ */

body#fd_story #lead {
	text-align: center;
	margin-bottom: 112px;
}

body#fd_story #lead .lead__catch {
	display: block;
	margin-bottom: 34px;
}

body#fd_story #lead .lead__catch .catch_item {
	position: relative;
	z-index: 1;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
	padding: 6px 22px 7px;
	background: #fff;
}

body#fd_story #lead .lead__catch .catch_item:not(:last-child) {
	margin-bottom: 10px;
}

body#fd_story #lead .lead__catch .catch_txt {
	font-size: 1.7em;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	display: block;
	background: linear-gradient(to left, rgb(182, 133, 254) 0%, rgb(129, 209, 255) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

body#fd_story #lead .lead__txt {
	display: block;
	margin-bottom: 6px;
	position: relative;
	z-index: 1;
	line-height: 1.7em;
	letter-spacing: 0.075em;
	font-feature-settings: "palt";
}

body#fd_story #lead ul.def {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	text-align: left;
}

body#fd_story #lead ul.def > li {
	color: #0086a2;
	letter-spacing: 0.075em;
	font-feature-settings: "palt";
}

body#fd_story #lead ul.def.asta > li::before {
	color: #0086a2;
}

/* ================================================================ *
 * @desc@ アフターストーリー
 * ================================================================ */

body#fd_story #after .after__head {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	position: relative;
	margin-bottom: -30px;
}

body#fd_story #after .after__head .story_head {
	width: 39%;
	margin-bottom: 0;
}

body#fd_story #after .after__head .head_ev {
	display: block;
	position: relative;
	top: -120px;
	z-index: 1;
	width: 57%;
	max-width: 580px;
	height: -moz-fit-content;
	height: fit-content;
}

body#fd_story #after .after__head .head_ev::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 10px;
	bottom: -10px;
	opacity: 0.15;
	background: linear-gradient(90deg, rgb(182, 133, 254) 0%, rgb(129, 209, 255) 100%);
	z-index: -1;
}

body#fd_story #after .after__head .head_ev img {
	display: block;
	width: 100%;
}

body#fd_story #after .after__prologue {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

body#fd_story #after .after__prologue::before {
	content: "";
	display: block;
	width: 500px;
	height: 340px;
	position: absolute;
	left: -90px;
	bottom: -17px;
	opacity: 0.15;
	background: linear-gradient(90deg, rgb(182, 133, 254) 0%, rgb(129, 209, 255) 100%);
	z-index: -1;
}

body#fd_story #after .after__prologue .prologue_ev {
	display: block;
	position: relative;
	height: -moz-fit-content;
	height: fit-content;
	z-index: 1;
	margin-right: 40px;
	width: 57%;
	max-width: 580px;
}

body#fd_story #after .after__prologue .prologue_ev::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 10px;
	bottom: -10px;
	opacity: 0.15;
	background: linear-gradient(90deg, rgb(182, 133, 254) 0%, rgb(129, 209, 255) 100%);
	z-index: -1;
}

body#fd_story #after .after__prologue .prologue_ev img {
	display: block;
	width: 100%;
}

body#fd_story #after .after__prologue .story_prologue {
	width: 37%;
	padding-top: 40px;
}

body#fd_story #after .after__prologue .story_prologue .prologue_caption {
	margin-bottom: 25px;
}

/* ================================================================ *
 * @desc@ IFストーリー
 * ================================================================ */

body#fd_story #if .if__side .side_item:not(:last-child) {
	margin-bottom: 48px;
}

body#fd_story #if .if__side .side_item:nth-child(even) .side_container {
	flex-direction: row-reverse;
}

body#fd_story #if .if__side .side_item:nth-child(even) .side_ev {
	margin-left: 0;
	margin-right: 40px;
}

body#fd_story #if .if__side .side_head {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 10px 0;
	margin-bottom: 40px;
	position: relative;
}

body#fd_story #if .if__side .side_head::before,
body#fd_story #if .if__side .side_head::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	background: linear-gradient(to left, rgb(182, 133, 254) 0%, rgb(129, 209, 255) 100%);
}

body#fd_story #if .if__side .side_head::before {
	top: 0;
}

body#fd_story #if .if__side .side_head::after {
	bottom: 0;
}

body#fd_story #if .if__side .side_head .head_txt {
	display: block;
	flex-shrink: 0;
	width: 50px;
	margin-right: 6px;
}

body#fd_story #if .if__side .side_head .head_txt img {
	display: block;
}

body#fd_story #if .if__side .side_head .head_name {
	display: flex;
	align-items: baseline;
	line-height: 1.2em;
	font-feature-settings: "palt";
}

body#fd_story #if .if__side .side_head .head_name .name_jp {
	font-size: 1.4em;
	margin-right: 10px;
}

body#fd_story #if .if__side .side_head .head_name .name_en {
	font-size: 1.1em;
}

body#fd_story #if .if__side .side_container {
	display: flex;
	justify-content: space-between;
}

body#fd_story #if .if__side .side_desc {
	width: 39%;
	margin-top: -7px;
}

body#fd_story #if .if__side .side_txt {
	display: block;
	letter-spacing: 0.06em;
	line-height: 1.7em;
	font-feature-settings: "palt";
}

body#fd_story #if .if__side .side_txt:not(:last-child) {
	margin-bottom: 19px;
}

body#fd_story #if .if__side .side_txt._serif._hiiragi {
	color: #aa9c75;
}

body#fd_story #if .if__side .side_txt._serif._tsuwabuki {
	color: #5aafb4;
}

body#fd_story #if .if__side .side_ev {
	position: relative;
	z-index: 1;
	margin-left: 40px;
	width: 57%;
	max-width: 580px;
	height: -moz-fit-content;
	height: fit-content;
}

body#fd_story #if .if__side .side_ev::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 10px;
	bottom: -10px;
	opacity: 0.15;
	background: linear-gradient(90deg, rgb(182, 133, 254) 0%, rgb(129, 209, 255) 100%);
	z-index: -1;
}

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

body#fd_story .story_section:not(:last-child) {
	margin-bottom: 120px;
}

body#fd_story .story_section {
	padding: 80px 40px;
}

body#fd_story .story_head {
	display: block;
	margin-bottom: 52px;
}

body#fd_story .story_head._col .story_caption {
	margin-bottom: 40px;
}

body#fd_story .story_head .head_txt {
	letter-spacing: 0.06em;
	line-height: 1.65em;
	font-size: 1.1em;
}

body#fd_story .story_caption {
	margin-right: 0;
	margin-bottom: 40px;
}

body#fd_story .story_prologue .prologue_caption {
	max-width: 284px;
}

body#fd_story .story_prologue .prologue_txt {
	font-size: 1.1em;
	letter-spacing: 0.06em;
}

body#fd_story .story_adv {
	width: 100%;
	gap: 30px;
	margin-bottom: 80px;
}

body#fd_story .story_adv::before {
	display: block;
}

body#fd_story .story_adv._deco::before {
	width: 480px;
	height: 480px;
	left: 50%;
	bottom: auto;
	top: 50%;
	transform: translate(-50%, -50%);
}

body#fd_story .story_adv._deco {
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
	margin-bottom: 60px;
}

body#fd_story .story_adv._deco .adv_item {
	width: 70%;
}

body#fd_story .story_adv._deco .adv_item:nth-child(even) {
	margin-left: auto;
}

body#fd_story #lead {
	margin-bottom: 226px;
}

body#fd_story #lead .lead__catch {
	margin-bottom: 50px;
}

body#fd_story #lead .lead__catch .catch_item {
	padding: 6px 22px 10px;
}

body#fd_story #lead .lead__catch .catch_txt {
	font-size: 1.5em;
	letter-spacing: 0.07em;
}

body#fd_story #lead .lead__txt {
	font-size: 1.1em;
	line-height: 1.75em;
	letter-spacing: 0.05em;
	margin-bottom: 3px;
}

body#fd_story #lead ul.def > li {
	font-size: 0.85em;
	letter-spacing: 0.07em;
}

body#fd_story #after .after__head {
	display: block;
	margin-bottom: 53px;
}

body#fd_story #after .after__head .story_head {
	width: 100%;
}

body#fd_story #after .after__head .head_ev {
	width: calc(100% + 80px);
	max-width: none;
	top: 0;
	left: -80px;
	margin-top: -200px;
	margin-bottom: 80px;
}

body#fd_story #after .after__prologue {
	display: block;
}

body#fd_story #after .after__prologue::before {
	display: none;
}

body#fd_story #after .after__prologue .prologue_ev {
	width: calc(100% + 80px);
	max-width: none;
	right: 0;
	margin-right: 0;
}

body#fd_story #after .after__prologue .story_prologue {
	width: 100%;
	padding-top: 0;
	margin-bottom: 70px;
}

body#fd_story #after .after__prologue .story_prologue .prologue_caption {
	margin-bottom: 28px;
}

body#fd_story #after .story_adv {
	margin-bottom: 60px;
}

body#fd_story #if .if__side .side_item:not(:last-child) {
	margin-bottom: 80px;
}

body#fd_story #if .if__side .side_item:nth-child(even) .side_ev {
	left: 0;
	right: -60px;
	margin-right: 0;
}

body#fd_story #if .if__side .side_head {
	padding: 15px 0;
	margin-bottom: 30px;
}

body#fd_story #if .if__side .side_head .head_txt {
	width: 70px;
	margin-right: 13px;
}

body#fd_story #if .if__side .side_head .head_name .name_jp {
	margin-right: 16px;
}

body#fd_story #if .if__side .side_container {
	display: block;
}

body#fd_story #if .if__side .side_desc {
	width: 100%;
	margin-top: 0;
	margin-bottom: 30px;
}

body#fd_story #if .if__side .side_txt {
	font-size: 1.1em;
	line-height: 1.65em;
}

body#fd_story #if .if__side .side_ev {
	width: calc(100% + 80px);
	max-width: none;
	left: -80px;
	margin-left: 0;
}

body#fd_story #if .story_head {
	margin-bottom: 27px;
}

#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_story.css.map */
