.iblock {
	display: inline-block;
	vertical-align: baseline;
}

.wbreak {
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
}

.bold {
	font-weight: 700 !important;
}

.normal {
	font-weight: 400 !important;
}

.dis {
	text-decoration: line-through;
}

img.border {
	border: 2px solid #bfa46f;
}

a.url {
	display: inline-block;
	font-size: 1.05em;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
}

[data-ruby] {
	display: inline-block;
	position: relative;
	z-index: 1;
	line-height: 1.4em;
}

[data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	top: -0.7em;
	left: -100%;
	z-index: 1;
	width: 300%;
	font-size: 0.5em;
	line-height: 1em;
	text-align: center !important;
	white-space: nowrap;
	transform: scaleX(0.9);
}

[data-ruby] rt {
	display: none;
}

[data-ruby].long::before {
	letter-spacing: -0.1em;
	text-indent: -0.1em;
	transform: scaleX(0.7);
}

.emColor01 {
	color: #bfa46f !important;
}

.emColor02 {
	color: #a0d8ef !important;
}

.emColor03 {
	color: #007b9d !important;
}

.noteColor {
	color: #808080 !important;
}

.fsS {
	font-size: 0.85em !important;
	line-height: 1.6em;
}

.fsL {
	font-size: 1.2em !important;
	line-height: 1.8em;
}

.center {
	text-align: center !important;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.mgtQp {
	margin-top: 10.8px !important;
}

.mgtTp {
	margin-top: 14.4px !important;
}

.mgtHp {
	margin-top: 21.6px !important;
}

.mgt1p {
	margin-top: 43.2px !important;
}

.mgt1Hp {
	margin-top: 64.8px !important;
}

.mgt2p {
	margin-top: 86.4px !important;
}

.mgt2Hp {
	margin-top: 108px !important;
}

.mgt3p {
	margin-top: 129.6px !important;
}

.mgbQp {
	margin-bottom: 10.8px !important;
}

.mgbTp {
	margin-bottom: 14.4px !important;
}

.mgbHp {
	margin-bottom: 21.6px !important;
}

.mgb1p {
	margin-bottom: 43.2px !important;
}

.mgb1Hp {
	margin-bottom: 64.8px !important;
}

.mgb2p {
	margin-bottom: 86.4px !important;
}

.mgb2Hp {
	margin-bottom: 108px !important;
}

.mgb3p {
	margin-bottom: 129.6px !important;
}

.w1 {
	width: 1em !important;
}

.w2 {
	width: 2em !important;
}

.w3 {
	width: 3em !important;
}

.w4 {
	width: 4em !important;
}

.w5 {
	width: 5em !important;
}

.w6 {
	width: 6em !important;
}

.w7 {
	width: 7em !important;
}

.w8 {
	width: 8em !important;
}

.w9 {
	width: 9em !important;
}

.w10 {
	width: 10em !important;
}

.w11 {
	width: 11em !important;
}

.w12 {
	width: 12em !important;
}

.w13 {
	width: 13em !important;
}

.w14 {
	width: 14em !important;
}

.w15 {
	width: 15em !important;
}

.w16 {
	width: 16em !important;
}

.w17 {
	width: 17em !important;
}

.w18 {
	width: 18em !important;
}

.w19 {
	width: 19em !important;
}

.w20 {
	width: 20em !important;
}

.w21 {
	width: 21em !important;
}

.w22 {
	width: 22em !important;
}

.w23 {
	width: 23em !important;
}

.w24 {
	width: 24em !important;
}

.w25 {
	width: 25em !important;
}

.w26 {
	width: 26em !important;
}

.w27 {
	width: 27em !important;
}

.w28 {
	width: 28em !important;
}

.w29 {
	width: 29em !important;
}

.w30 {
	width: 30em !important;
}

.w31 {
	width: 31em !important;
}

.w32 {
	width: 32em !important;
}

.w33 {
	width: 33em !important;
}

.w34 {
	width: 34em !important;
}

.w35 {
	width: 35em !important;
}

.w36 {
	width: 36em !important;
}

.w37 {
	width: 37em !important;
}

.w38 {
	width: 38em !important;
}

.w39 {
	width: 39em !important;
}

.w40 {
	width: 40em !important;
}

.button {
	outline: none;
	box-sizing: border-box;
	display: inline-flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	margin: 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #bfa46f;
	padding: 0;
	width: 360px;
	height: 60px;
	background: #2b2b2b;
	color: #bfa46f;
	font-size: 1em;
	line-height: 1.1em !important;
	font-weight: 400;
	text-decoration: none !important;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
}

.button:not(.off):hover {
	background: #bfa46f;
	color: #2b2b2b;
}

.buttons {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.buttons .button {
	display: flex;
	width: 100%;
}

.buttons.c2 > li {
	width: calc((100% - 30px) / 2);
	max-width: 360px;
}

.buttons.c2 > li:nth-of-type(even) {
	margin-left: 30px;
}

.buttons.c2 > li:nth-of-type(n+3) {
	margin-top: 20px;
}

.buttons.c3 > li {
	width: calc((100% - 60px) / 3);
}

.buttons.c3 > li:not(:nth-of-type(3n+1)) {
	margin-left: 30px;
}

.buttons.c3 > li:nth-of-type(n+4) {
	margin-top: 20px;
}

table {
	box-sizing: border-box;
	margin: 0;
	width: 100%;
}

table.def {
	font-size: inherit;
	line-height: 1.8em;
}

table.def tr {
	border-width: 0;
	border-style: solid;
	border-color: #d7d7da;
}

table.def th,
table.def td {
	border-width: 0;
	border-style: solid;
	border-color: #d7d7da;
	padding: 0;
	color: #d7d7da;
	font-weight: 400;
	vertical-align: top;
}

table.def tr:not(:first-child) th,
table.def tr:not(:first-child) td {
	padding-top: 10px;
}

table.def th {
	color: #bfa46f;
	text-align: left;
}

table.def td {
	text-align: left;
}

table.def.border th,
table.def.border td {
	border-width: 0 0 1px;
	padding-top: 15px !important;
	padding-bottom: 15px;
}

table.def.border tr:first-child th,
table.def.border tr:first-child td {
	border-width: 1px 0;
}

ul.def {
	line-height: 2em;
	text-align: left;
}

ul.def > li {
	position: relative;
	z-index: 1;
	padding-left: 1em;
}

ul.def > li::before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

ul.def.disc > li::before {
	content: "・";
}

ul.def.asta > li::before {
	content: "※";
}

ul.def.circle > li {
	line-height: 1.6em;
}

ul.def.circle > li::before {
	content: "";
	box-sizing: border-box;
	display: block;
	top: 0.5em;
	border-radius: 100%;
	width: 0.6em;
	height: 0.6em;
	background: #bfa46f;
}

ul.def.circle ul.def.circle > li::before {
	border-width: 1px;
	border-style: solid;
	background: #bfa46f;
}

ul.rp {
	text-align: center;
}

ul.rp > li {
	position: relative;
	z-index: 1;
}

ul.rp > li::before {
	display: inline-block;
	position: relative;
	left: 0;
	top: 0;
	z-index: -1;
	vertical-align: baseline;
}

ul.rp.disc > li::before {
	content: "・";
}

ul.rp.asta > li::before {
	content: "※";
}

ul.rp.circle > li {
	line-height: 1.6em;
}

ul.rp.circle > li::before {
	content: "";
	margin-right: 0.15em;
	border-radius: 100%;
	width: 0.6em;
	height: 0.6em;
	background: #bfa46f;
}

ol.def {
	counter-reset: ol-def-item;
	font-size: inherit;
	line-height: 1.8em;
	text-align: left;
}

ol.def > li {
	position: relative;
	z-index: 1;
	padding-left: 1.6em;
}

ol.def > li:not(:first-child) {
	margin-top: 0.4em;
}

ol.def > li::before,
ol.def > li::after {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	border-radius: 100%;
	width: 1.6em;
	height: 1.6em;
	color: #bfa46f;
	font-size: 0.75em;
	line-height: 0;
	font-family: mittwoch, serif;
	font-weight: 400;
	font-weight: 400;
	letter-spacing: -0.05em;
	text-indent: -0.05em;
	text-align: center;
}

ol.def > li::before {
	counter-increment: ol-def-item;
	content: counter(ol-def-item);
	display: flex;
	flex-direction: column;
	justify-content: center;
	top: calc(0.4em + 1px);
	z-index: 1;
}

ol.def > li::after {
	content: "";
	top: 0.4em;
	z-index: -1;
	border: 1px solid #bfa46f;
}

.scrollShowTarget {
	opacity: 0;
	transform: translateY(10px);
	transition: transform 0.6s ease-out, opacity 0.4s ease-in;
}

.scrollShowTarget.scrollShow {
	opacity: 1;
	transform: translateY(0);
}

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: 0;
	transform: translateY(-100px);
	transition: all 0.4s;
}

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

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

#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-title {
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
	color: #bfa46f;
	margin-bottom: 36px;
	z-index: 2;
}

.c-title__jp {
	font-size: 1.2em;
	line-height: 1em;
	letter-spacing: 0.1em;
}

.c-title__en {
	display: block;
	font-size: 2.7em;
	line-height: 1em;
	font-family: "aviano-didone", serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: -0.05em;
	margin-bottom: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-title__en span {
	display: block;
}

.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-privilege {
	position: fixed;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: auto;
	z-index: 50;
}

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

.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._particle01 {
	width: 132px;
	top: 24.7%;
	left: 23%;
}

.c-particle__item._particle02 {
	width: 176px;
	top: 24.8%;
	left: 11%;
}

.c-particle__item._particle03 {
	width: 272px;
	top: 32.2%;
	right: 3%;
}

.c-particle__item._particle04 {
	width: 180px;
	top: 46.4%;
	left: 7%;
}

.c-particle__item._particle05 {
	width: 50px;
	top: 47.1%;
	left: 7%;
}

.c-particle__item._particle06 {
	width: 460px;
	height: 460px;
	top: 41.7%;
	right: -3%;
	background-color: transparent;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/fd/_particle/particle06_3.png);
}

.c-particle__item._particle06::before,
.c-particle__item._particle06::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.c-particle__item._particle06::before {
	background-image: url(../img/fd/_particle/particle06_1.png);
	animation: circle_roll_follow 10s linear infinite;
}

.c-particle__item._particle06::after {
	background-image: url(../img/fd/_particle/particle06_2.png);
	animation: circle_roll_reverse 30s linear infinite;
}

.c-particle__item._particle07 {
	width: 390px;
	top: 50%;
	left: -1.5%;
}

.c-particle__item._particle08 {
	width: 54px;
	top: 61%;
	right: 24%;
}

.c-particle__item._particle09 {
	width: 320px;
	top: 58.6%;
	right: 5%;
}

.c-particle__item._particle10 {
	width: 120px;
	top: 74.4%;
	right: 29%;
}

.c-particle__item._particle11 {
	width: 480px;
	top: 71.5%;
	right: 0;
}

.c-particle__item._particle12 {
	width: 94px;
	top: 70%;
	right: 18%;
}

.c-particle__item._particle13 {
	width: 104px;
	top: 87%;
	left: 40%;
}

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

.thumbs-list {
	position: relative;
	z-index: 2;
	display: flex;
	flex-flow: row wrap;
}

.thumbs-list > li {
	box-sizing: border-box;
}

.thumbs-list.space {
	margin-left: -1px;
}

.thumbs-list.space > li {
	padding-left: 1px;
}

.thumbs-list.center {
	justify-content: center;
}

.thumbs-list:not(.c4) > li {
	width: 33.33%;
}

.thumbs-list:not(.c4) > li:nth-of-type(n+4) {
	margin-top: 40px;
}

.thumbs-list.c4 > li {
	width: 25%;
}

.thumbs-list.c4 > li:nth-of-type(n+5) {
	margin-top: 40px;
}

.thumbs-list > li > a,
.thumbs-list > li > span {
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 1;
	height: 100%;
	color: #2b2b2b;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s;
	box-sizing: border-box;
}

.thumbs-list > li .thumb {
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 1;
	line-height: 0;
}

.thumbs-list > li .thumb::before,
.thumbs-list > li .thumb::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.thumbs-list > li .thumb::after {
	content: "";
	opacity: 0;
	z-index: 10;
	background: #bfa46f;
}

.thumbs-list > li > a.modalMovie .thumb::before {
	content: "";
	background: rgba(0, 134, 162, 0.2) url(../img/fd/movie_ico.png) center/132px auto no-repeat;
}

.thumbs-list > li > a.modalMovie .thumb::after {
	content: "";
	opacity: 1;
	background: transparent url(../img/fd/movie_cover.png);
}

.thumbs-list > li > a.modalMovie:hover .thumb::after {
	background-color: rgba(191, 164, 111, 0.1);
	opacity: 1;
}

.thumbs-list > li .status {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 20px 20px 0;
}

.thumbs-list > li .status .date {
	color: #0086a2;
	font-size: 0.75em;
	line-height: 1em;
	font-family: mittwoch, serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.thumbs-list > li .status .category {
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	padding: 0 15px;
	min-width: 80px;
	height: 16px;
	background: #474749;
	color: #fff;
	font-size: 0.7em;
	line-height: 0;
	font-family: "Cormorant", serif;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	white-space: nowrap;
	text-align: center;
}

.thumbs-list > li .subj {
	display: block;
	padding: 3px 20px;
	font-size: 0.8em;
	line-height: 1.8em;
	text-align: left;
	transition: all 0.3s;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 58px;
}

.thumbs-list > li > a:hover .thumb::after,
.thumbs-list > li > span:hover .thumb::after {
	opacity: 0.5;
}

#main {
	position: relative;
	z-index: 1;
}

#main .scrollShowTarget {
	transition-delay: 2s;
}

#main .main__container {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 45px;
}

#main .main__switch {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	z-index: 10;
}

#main .main__contents {
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

#main .main__logo {
	width: 100%;
	max-width: 416px;
	display: block;
	margin-bottom: 30px;
}

#main .main__logo img {
	width: 100%;
}

#main .main__nav {
	box-sizing: border-box;
	position: relative;
	padding-right: 20px;
	width: -moz-fit-content;
	width: fit-content;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

#main .main__nav > ul {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: -moz-fit-content;
	width: fit-content;
	margin-bottom: 23px;
}

#main .main__nav > ul > li {
	font-size: 1.25vw;
	line-height: 1em;
	font-family: "Cormorant", serif;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-align: right;
	transition: all 0.4s;
}

#main .main__nav > ul > li:not(:last-child) {
	margin-bottom: 22px;
}

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

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

#main .main__nav > ul > li > span {
	opacity: 0.4;
}

#main .main__nav dl.accounts {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}

#main .main__nav dl.accounts > dt {
	font-size: 0.6em;
	line-height: 1em;
	letter-spacing: 0;
}

#main .main__nav dl.accounts > dd {
	margin-left: 8px;
	width: 28px;
	height: 28px;
}

#main .main__nav dl.accounts > dd a {
	display: block;
}

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

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

#main .main__nav .banner {
	width: 100%;
	max-width: 198px;
	display: block;
}

#main .main__nav .banner img {
	width: 100%;
	display: block;
}

#main .main__inner {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	top: -400px;
}

#main .main__inner.is-move {
	animation: loadingAnimation 2s ease-in-out;
	top: 0;
}

#main .main__visual {
	width: 56vw;
	min-width: 820px;
}

#main .main__visual .visual_item img {
	width: 100%;
}

#main .main__tmb {
	position: absolute;
	top: calc(100% - 40px);
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 175px;
	line-height: 0;
	z-index: 5;
	transition-delay: unset;
}

#main .main__tmb .slick-track {
	width: 100% !important;
	transform: unset !important;
	display: flex;
	align-items: center;
}

#main .main__tmb .slick-track::before,
#main .main__tmb .slick-track::after {
	display: none;
}

#main .main__tmb .slick-slide {
	display: block !important;
	float: none !important;
	width: 100% !important;
	position: relative;
	border-radius: 50%;
}

#main .main__tmb .tmb_item {
	width: 80px;
	height: 80px;
	position: relative;
	backface-visibility: hidden;
	transform: translateZ(0) scale(1, 1);
	cursor: pointer;
	overflow: hidden;
	border: #fff solid 2px;
	transition: opacity 0.4s;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}

#main .main__tmb .tmb_item:not(:last-child) {
	margin-right: 8px;
}

#main .main__tmb .tmb_item::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.4s;
}

#main .main__tmb .tmb_item.slick-current::before {
	opacity: 0.5;
}

#main .main__tmb .tmb_item:hover::before {
	opacity: 0.5;
}

#main .main__tmb .tmb_item._tmb01 {
	background-image: url(../img/fd/main_vsl_select01.png);
}

#main .main__tmb .tmb_item._tmb01::before {
	background-color: #74c7da;
}

#main .main__tmb .tmb_item._tmb02 {
	background-image: url(../img/fd/main_vsl_select02.png);
}

#main .main__tmb .tmb_item._tmb02::before {
	background-color: #edd8f4;
}

#main .main__catch {
	position: absolute;
	top: 0;
	left: -100px;
}

#main .main__banner-slider {
	position: absolute;
	left: 0;
	top: 60%;
	width: 335px;
	transition-delay: unset;
}

#main .main__banner-slider .slick-slide {
	padding: 0;
}

#main .main__banner-slider .slick-slide a {
	display: block;
	position: relative;
}

#main .main__banner-slider .slick-slide a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #bfa46f;
	opacity: 0;
	transition: opacity 0.3s;
}

#main .main__banner-slider .slick-slide a:hover::before {
	opacity: 0.1;
}

#main .main__banner-slider .slick-dots {
	margin-top: 10px;
	line-height: 0;
	text-align: center;
}

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

#main .main__banner-slider .slick-dots > li button {
	overflow: hidden;
	outline: none;
	margin: 0;
	border: none;
	padding: 0;
	width: 15px;
	height: 5px;
	background: #007B9E;
	font-size: 1px;
	text-indent: -9999px;
}

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

#Container {
	overflow: hidden;
	width: 100%;
	position: relative;
}

#news {
	position: relative;
}

#news .news__container {
	position: relative;
	margin-bottom: 20px;
	z-index: 1;
}

#news .news__container::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 100px);
	height: calc(100% - 60px);
	background-color: #fff;
	box-shadow: 0px 0px 50px 0px rgba(241, 241, 255, 0.8);
	z-index: -1;
}

#news .thumbs-list > li > a,
#news .thumbs-list > li > span {
	padding-bottom: 48px;
}

#news .c-btn {
	margin: 0 auto;
}

#introduction .introduction__item {
	width: 100%;
	position: relative;
	text-align: left;
	z-index: 1;
}

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

#introduction .introduction__item:nth-child(odd) .introduction__img {
	top: 0;
	right: 0;
}

#introduction .introduction__item:nth-child(even) .introduction__desc {
	margin-left: auto;
}

#introduction .introduction__item:nth-child(even) .introduction__img {
	top: -24px;
	left: -198px;
}

#introduction .introduction__item:nth-child(1) .introduction__img {
	top: -116px;
	right: -100px;
	width: 465px;
}

#introduction .introduction__item:nth-child(2) .introduction__img {
	width: 600px;
}

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

#introduction .introduction__catch {
	font-size: 1.7em;
	line-height: 1.4em;
	margin-bottom: 16px;
	color: #0086a2;
	text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 30px #fff;
}

#introduction .introduction__txt {
	box-sizing: border-box;
	padding-left: 30px;
	line-height: 1.7em;
}

#introduction .introduction__img {
	position: absolute;
	z-index: -1;
}

#introduction .introduction__img img {
	width: 100%;
}

#trailer .trailer__main {
	width: 100%;
	max-width: 980px;
	margin: 0 auto 20px;
	position: relative;
	z-index: 1;
}

#trailer .trailer__main .trailer_item img {
	width: 100%;
}

#trailer .trailer__tab {
	display: none;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	line-height: 0;
	position: relative;
	z-index: 1;
}

#trailer .trailer__tab._multi {
	display: block;
}

#trailer .trailer__tab._multi .slick-track {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

#trailer .trailer__tab._multi .tab_item:not(:last-child) {
	margin: 0;
}

#trailer .trailer__tab .slick-track {
	width: 100% !important;
	transform: unset !important;
	display: flex;
	align-items: center;
}

#trailer .trailer__tab .slick-track::before,
#trailer .trailer__tab .slick-track::after {
	display: none;
}

#trailer .trailer__tab .slick-slide {
	float: none !important;
	position: relative;
}

#trailer .trailer__tab .tab_item {
	width: 320px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 1.4em;
	line-height: 1em;
}

#trailer .trailer__tab .tab_item:not(:last-child) {
	margin-right: 20px;
}

#trailer .trailer__tab .tab_item.slick-current.c-btn::before {
	opacity: 0.1;
}

#trailer .trailer__tab .tab_item._order01 {
	order: 1;
}

#trailer .trailer__tab .tab_item._order02 {
	order: 2;
}

#trailer .trailer__tab .tab_item._order03 {
	order: 3;
}

#story .story__lead {
	font-size: 1.4em;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	text-align: center;
	display: block;
	margin-bottom: 54px;
	position: relative;
	z-index: 1;
}

#story .story__container {
	position: relative;
	margin-bottom: 40px;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

#story .story__item {
	background-color: #fff;
	box-sizing: border-box;
	padding: 32px 0 34px;
	text-align: center;
}

#story .story__caption {
	display: block;
	width: 78%;
	max-width: 500px;
	margin: 0 auto 25px;
}

#story .story__caption img {
	display: block;
	width: 100%;
}

#story .story__img {
	display: block;
	width: 100%;
	margin: 0 auto 24px;
}

#story .story__img img {
	display: block;
	width: 100%;
}

#story .story__txt {
	font-size: 0.8em;
	line-height: 1.8em;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
	box-sizing: border-box;
	padding: 0 10px;
}

#story .c-btn {
	margin: 0 auto;
}

#character .character__container {
	width: 100%;
	min-height: 822px;
	position: relative;
	box-sizing: border-box;
	padding: 100px 0 150px;
	background: linear-gradient(to bottom, transparent 0, transparent 40px, #fff 40px, #fff calc(100% - 80px), transparent calc(100% - 80px));
	overflow: hidden;
	z-index: 1;
}

#character .character__container::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: calc(100% - 80px);
	background-image: url("../img/fd/character_frame_left_head.png"), url("../img/fd/character_frame_right_head.png"), url("../img/fd/character_frame_left_bottom.png"), url("../img/fd/character_frame_right_bottom.png");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: 100px, 100px, 100px, 100px;
	background-position: left 30px top 30px, right 30px top 30px, left 30px bottom 70px, right 30px bottom 70px;
	background-color: transparent;
	z-index: -1;
}

#character .character__inner {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 40px;
	position: relative;
	box-sizing: border-box;
	z-index: 2;
}

#character .character__nav {
	position: absolute;
	top: 150px;
	left: 140px;
	width: 200px;
	z-index: 5;
}

#character .character__nav._subplus {
	top: 56px;
	left: 160px;
}

#character .character__nav._voiceplus {
	top: 112px;
	left: 160px;
}

#character .character__cap {
	display: block;
	width: 20px;
	flex-shrink: 0;
	margin-right: 20px;
}

#character .character__cap img {
	display: block;
	width: 100%;
}

#character .character__tab {
	width: 100%;
	line-height: 0;
}

#character .character__tab .slick-track {
	width: 100% !important;
	transform: unset !important;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px 5px;
}

#character .character__tab .slick-track::before,
#character .character__tab .slick-track::after {
	display: none;
}

#character .character__tab .slick-slide {
	float: none !important;
	position: relative;
}

#character .character__tab .tab_item {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	backface-visibility: hidden;
	transform: translateZ(0) scale(1, 1);
	transition: all 0.3s;
	cursor: pointer;
}

#character .character__tab .tab_item:hover {
	opacity: 0.7;
}

#character .character__tab .tab_item.slick-current::before {
	opacity: 0.1;
}

#character .character__tab .tab_item._sub .tab_name {
	top: 0;
}

#character .character__tab .tab_ico {
	width: 26px;
	height: 46%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#character .character__tab .tab_name {
	height: 54%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	top: -11px;
}

#character .character__tab .tab_name .name_txt {
	font-size: 0.8em;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

#character .character__tablink {
	width: 100%;
	line-height: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px 5px;
	position: relative;
	margin-top: 10px;
}

#character .character__tablink .tab_item {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	backface-visibility: hidden;
	transform: translateZ(0) scale(1, 1);
	transition: all 0.3s;
	cursor: pointer;
}

#character .character__tablink .tab_item:first-child {
	width: 46px;
	position: absolute;
	top: -114px;
	right: 0;
}

#character .character__tablink .tab_item:hover {
	opacity: 0.7;
}

#character .character__tablink .tab_name {
	height: 54%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	top: 0;
}

#character .character__tablink .tab_name .name_txt {
	font-size: 0.8em;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

#character .character__slider {
	display: none;
	width: 100%;
}

#character .character__slider.slick-initialized {
	display: block;
}

#character .character__slider .slick-slide img {
	border: none;
	background-color: transparent;
}

#character .character__slider .slick-list {
	overflow: visible !important;
}

#character .character__item {
	display: flex;
	align-items: center;
	position: relative;
}

#character .character__item._chara01 .character__serif .serif_txt {
	background-color: #eebbcb;
}

#character .character__item._chara01 .character__person {
	color: #eebbcb;
}

#character .character__item._chara02 .character__serif .serif_txt {
	background-color: #007bbb;
}

#character .character__item._chara02 .character__person {
	color: #007bbb;
}

#character .character__item._chara03 .character__serif .serif_txt {
	background-color: #b7282e;
}

#character .character__item._chara03 .character__person {
	color: #b7282e;
}

#character .character__item._chara04 .character__serif .serif_txt {
	background-color: #915c8b;
}

#character .character__item._chara04 .character__person {
	color: #915c8b;
}

#character .character__item._chara05 .character__serif .serif_txt {
	background-color: #00a497;
}

#character .character__item._chara05 .character__person {
	color: #00a497;
}

#character .character__item._chara06 .character__serif .serif_txt {
	background-color: #efd86f;
}

#character .character__item._chara06 .character__person {
	color: #efd86f;
}

#character .character__item._chara07 .character__serif .serif_txt {
	background-color: #e9e4d4;
}

#character .character__item._chara07 .character__person {
	color: #e9e4d4;
}

#character .character__item._chara08 .character__serif .serif_txt {
	background-color: #83ccd2;
}

#character .character__item._chara08 .character__person {
	color: #83ccd2;
}

#character .character__item._charasub .character__serif .serif_txt {
	background-color: #d3ccd6;
}

#character .character__item._charasub .character__person {
	color: #d3ccd6;
}

#character .character__item._charasub .character__catch {
	color: #d3ccd6;
}

#character .character__desc {
	width: 50%;
	height: -moz-fit-content;
	height: fit-content;
	max-width: 440px;
	box-sizing: border-box;
	margin-left: auto;
	position: relative;
	z-index: 2;
	-webkit-font-smoothing: antialiased;
	text-align: left;
}

#character .character__serif {
	display: block;
	margin-bottom: 18px;
}

#character .character__serif .serif_txt {
	display: inline;
	width: -moz-fit-content;
	width: fit-content;
	box-sizing: border-box;
	padding: 1px 8px 2px;
	color: #fff;
	font-size: 1.4em;
	line-height: 2.6em;
	letter-spacing: 0.04em;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

#character .character__person {
	margin-bottom: 20px;
}

#character .character__name {
	display: flex;
	align-items: baseline;
	margin-bottom: 3px;
}

#character .character__name .name_jp {
	font-size: 3.4em;
	line-height: 1;
}

#character .character__name .name_en {
	margin-left: 13px;
	font-size: 1.1em;
	line-height: 1;
	font-family: "Cormorant", serif;
	font-weight: 700;
	font-weight: 500;
}

#character .character__cv {
	display: flex;
	align-items: center;
	height: -moz-fit-content;
	height: fit-content;
	font-size: 1.1em;
	font-weight: 500;
	letter-spacing: 0.04em;
}

#character .character__cv .cv_head {
	margin-right: 4px;
}

#character .character__cv .cv_supplement {
	font-size: 0.9em;
	color: #2b2b2b;
	margin-left: 8px;
}

#character .character__catch {
	font-size: 1.3em;
	font-weight: 700;
	font-style: italic;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}

#character .character__txt {
	width: 100%;
	line-height: 1.7em;
	letter-spacing: 0.03em;
	color: #2b2b2b;
	font-feature-settings: "palt";
}

#character .character__txt .txt_col {
	display: block;
}

#character .character__txt .txt_col:not(:last-child) {
	margin-bottom: 16px;
}

#character .character__main {
	position: absolute;
	top: -90px;
	right: 39%;
	width: 540px;
	height: 100%;
	flex-shrink: 0;
}

#character .character__visual {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

#character .rect-buttons {
	margin-top: 30px;
}

#character .rect-buttons._none {
	display: none;
}

#character .rect-buttons > dt {
	font-size: 1.1em;
	line-height: 1.2em;
	letter-spacing: 0.02em;
	font-family: "Cormorant", serif;
	font-weight: 700;
	font-weight: 500;
	color: #bfa46f;
	margin-bottom: 3px;
}

#character .rect-buttons > dd {
	display: flex;
	align-items: center;
}

#character .rect-buttons > dd a,
#character .rect-buttons > dd span {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #bfa46f;
	width: 70px;
	height: 70px;
	background: #fff;
	line-height: 0;
	cursor: pointer;
	transition: all 0.3s;
}

#character .rect-buttons > dd a img,
#character .rect-buttons > dd span img {
	width: 26px;
	transition: all 0.3s;
}

#character .rect-buttons > dd a[data-audio].play,
#character .rect-buttons > dd a:hover,
#character .rect-buttons > dd span[data-audio].play,
#character .rect-buttons > dd span:hover {
	background: rgba(191, 164, 111, 0.1);
}

#character .rect-buttons > dd a[data-audio].play img,
#character .rect-buttons > dd a:hover img,
#character .rect-buttons > dd span[data-audio].play img,
#character .rect-buttons > dd span:hover img {
	opacity: 0.6;
}

#character .rect-buttons > dd a:not(:last-child),
#character .rect-buttons > dd span:not(:last-child) {
	margin-right: 10px;
}

#eventillust .l-inner {
	position: relative;
	z-index: 1;
}

#eventillust .eventillust__container {
	position: relative;
	padding-top: 154px;
	margin-bottom: 78px;
}

#eventillust .eventillust__container::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: -58px;
	width: calc(100% - 100px);
	height: 378px;
	background-color: #fff;
	box-shadow: 0px 0px 50px 0px rgba(241, 241, 255, 0.8);
	z-index: -1;
}

#eventillust .eventillust__contents {
	position: relative;
	z-index: 1;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

#eventillust .eventillust__area {
	position: absolute;
	bottom: -16px;
	left: 0;
	width: 63%;
	max-width: 640px;
}

#eventillust .eventillust__visual {
	width: 100%;
	line-height: 0;
	margin-bottom: 10px;
	cursor: pointer;
	transition: all 0.3s;
}

#eventillust .eventillust__visual:hover {
	opacity: 0.7;
}

#eventillust .eventillust__tmb {
	width: 100%;
	line-height: 0;
}

#eventillust .eventillust__tmb .slick-track {
	width: 100% !important;
	transform: unset !important;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
}

#eventillust .eventillust__tmb .slick-track::before,
#eventillust .eventillust__tmb .slick-track::after {
	display: none;
}

#eventillust .eventillust__tmb .slick-slide {
	float: none !important;
	position: relative;
}

#eventillust .eventillust__tmb .tmb_item {
	width: 100%;
	position: relative;
	cursor: pointer;
	transition: all 0.3s;
}

#eventillust .eventillust__tmb .tmb_item::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #cbd7e7;
	opacity: 0.7;
	z-index: 1;
}

#eventillust .eventillust__tmb .tmb_item:hover {
	opacity: 0.7;
}

#eventillust .eventillust__tmb .tmb_item.slick-current::before {
	opacity: 0;
}

#eventillust .eventillust__tmb .tmb_item img {
	width: 100%;
	height: auto;
}

#eventillust .c-title {
	width: -moz-fit-content;
	width: fit-content;
	padding-right: 20px;
	margin-bottom: 28px;
}

#eventillust .c-title__en {
	font-size: 2.8em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
}

#eventillust .c-title__jp {
	letter-spacing: 0;
}

#eventillust .image_roll {
	position: relative;
	z-index: 1;
	margin-top: 30px;
	height: 224px;
}

#eventillust .image_roll > div {
	position: absolute;
	left: 50%;
	width: 100vw;
	height: 100%;
	background: transparent url(../img/fd/img_roll.jpg) 0 0/auto 100% repeat-x;
	transform: translateX(-50%);
	animation: image_roll 30s linear infinite;
}

#eventillust .image_roll._ver2 > div {
	background: transparent url(../img/fd/img_roll_ver2.jpg) 0 0/auto 100% repeat-x;
}

#eventillust .image_roll._ver3 > div {
	background: transparent url(../img/fd/img_roll_ver3.jpg) 0 0/auto 100% repeat-x;
}

#product .l-padding {
	padding-bottom: 226px;
}

#product .c-btn._tablet {
	display: none;
}

#product .product__container {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

#product .product__package {
	width: 67%;
	height: -moz-fit-content;
	height: fit-content;
	position: relative;
	display: flex;
	align-items: flex-end;
}

#product .product__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;
}

#product .product__package .package_desc {
	height: -moz-fit-content;
	height: fit-content;
	flex-shrink: 0;
	margin-right: 40px;
}

#product .product__package .package_desc .c-btn {
	width: 286px;
	font-size: 1.2em;
}

#product .product__package .package_logo {
	margin-bottom: 26px;
}

#product .product__package .package_onsale {
	margin-bottom: 50px;
}

#product .product__desc {
	width: 30%;
	max-width: 300px;
	border-top: #c4d6d8 solid 1px;
	box-sizing: border-box;
}

#product .product__desc .desc_item {
	box-sizing: border-box;
	padding: 6px 0;
	border-bottom: #c4d6d8 solid 1px;
	text-align: left;
}

#product .product__desc .desc_head {
	color: #bfa46f;
	margin-bottom: 14px;
	line-height: 1;
}

#product .product__desc .desc_data {
	line-height: 1.4em;
}

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

#product .product__desc .list_txt._strong {
	color: #bfa46f;
}

#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 (min-width: 751px) {

.sp {
	display: none !important;
}

.w1.pcbreak,
.w2.pcbreak,
.w3.pcbreak,
.w4.pcbreak,
.w5.pcbreak,
.w6.pcbreak,
.w7.pcbreak,
.w8.pcbreak,
.w9.pcbreak,
.w10.pcbreak,
.w11.pcbreak,
.w12.pcbreak,
.w13.pcbreak,
.w14.pcbreak,
.w15.pcbreak,
.w16.pcbreak,
.w17.pcbreak,
.w18.pcbreak,
.w19.pcbreak,
.w20.pcbreak,
.w21.pcbreak,
.w22.pcbreak,
.w23.pcbreak,
.w24.pcbreak,
.w25.pcbreak,
.w26.pcbreak,
.w27.pcbreak,
.w28.pcbreak,
.w29.pcbreak,
.w30.pcbreak,
.w31.pcbreak,
.w32.pcbreak,
.w33.pcbreak,
.w34.pcbreak,
.w35.pcbreak,
.w36.pcbreak,
.w37.pcbreak,
.w38.pcbreak,
.w39.pcbreak,
.w40.pcbreak {
	width: auto !important;
}

}

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

#main .main__container {
	padding-top: 100px;
}

#main .main__contents {
	top: 100px;
}

#main .main__nav > ul > li {
	font-size: 0.9em;
}

#main .main__catch {
	top: 40px;
	left: 0;
}

#character .character__container {
	min-height: 1120px;
	padding: 0 0 150px;
	background: linear-gradient(to bottom, transparent 0, transparent 280px, #fff 280px, #fff calc(100% - 80px), transparent calc(100% - 80px));
}

#character .character__container::before {
	background-position: left 30px top 270px, right 30px top 270px, left 30px bottom 70px, right 30px bottom 70px;
}

#character .character__nav {
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	background-color: rgba(0, 134, 162, 0.1);
	overflow: auto;
	padding: 20px 40px;
	width: auto;
	margin-bottom: 160px;
	word-wrap: normal;
}

#character .character__nav._subplus {
	top: 0;
	left: 0;
}

#character .character__nav._voiceplus {
	top: 0;
	left: 0;
}

#character .character__tab {
	width: -moz-fit-content;
	width: fit-content;
}

#character .character__tab .slick-list {
	overflow: auto;
}

#character .character__tab .slick-track {
	width: -moz-fit-content !important;
	width: fit-content !important;
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
}

#character .character__tab .tab_item {
	width: 80px;
	height: 180px;
}

#character .character__tab .tab_item:hover {
	opacity: 1;
}

#character .character__tab .tab_ico {
	width: 40px;
}

#character .character__tab .tab_ico img {
	width: 100%;
}

#character .character__tab .tab_name {
	top: -16px;
}

#character .character__tab .tab_name .name_txt {
	font-size: 1em;
}

#character .character__tablink {
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	margin-top: 0;
	margin-left: 10px;
}

#character .character__tablink .tab_item:first-child {
	width: 80px;
	position: relative;
	top: 0;
}

#character .character__tablink .tab_item {
	width: 80px;
	height: 180px;
}

#character .character__tablink .tab_item:hover {
	opacity: 1;
}

#character .character__tablink .tab_name .name_txt {
	font-size: 1em;
}

#eventillust .eventillust__area {
	width: 50%;
}

}

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

#product .l-padding {
	padding-bottom: 200px;
}

#product .c-btn._tablet {
	display: flex;
	margin: 0 auto;
}

#product .product__container {
	display: block;
}

#product .product__package {
	width: 100%;
	align-items: center;
	margin-bottom: 100px;
}

#product .product__package::before {
	right: 20px;
	bottom: -40px;
}

#product .product__package .package_desc {
	margin-right: 30px;
	padding-top: 100px;
}

#product .product__package .package_desc .c-btn {
	display: none;
}

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

#product .product__desc .desc_item {
	display: flex;
	padding: 18px 0;
}

#product .product__desc .desc_head {
	margin-bottom: 0;
	width: 154px;
	flex-shrink: 0;
	line-height: 1.4em;
}

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

}

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

.pc {
	display: none !important;
}

.mgtQp {
	margin-top: 14.4px !important;
}

.mgtTp {
	margin-top: 19.2px !important;
}

.mgtHp {
	margin-top: 28.8px !important;
}

.mgt1p {
	margin-top: 57.6px !important;
}

.mgt1Hp {
	margin-top: 86.4px !important;
}

.mgt2p {
	margin-top: 115.2px !important;
}

.mgt2Hp {
	margin-top: 144px !important;
}

.mgt3p {
	margin-top: 172.8px !important;
}

.mgbQp {
	margin-bottom: 14.4px !important;
}

.mgbTp {
	margin-bottom: 19.2px !important;
}

.mgbHp {
	margin-bottom: 28.8px !important;
}

.mgb1p {
	margin-bottom: 57.6px !important;
}

.mgb1Hp {
	margin-bottom: 86.4px !important;
}

.mgb2p {
	margin-bottom: 115.2px !important;
}

.mgb2Hp {
	margin-bottom: 144px !important;
}

.mgb3p {
	margin-bottom: 172.8px !important;
}

.w1.spbreak,
.w2.spbreak,
.w3.spbreak,
.w4.spbreak,
.w5.spbreak,
.w6.spbreak,
.w7.spbreak,
.w8.spbreak,
.w9.spbreak,
.w10.spbreak,
.w11.spbreak,
.w12.spbreak,
.w13.spbreak,
.w14.spbreak,
.w15.spbreak,
.w16.spbreak,
.w17.spbreak,
.w18.spbreak,
.w19.spbreak,
.w20.spbreak,
.w21.spbreak,
.w22.spbreak,
.w23.spbreak,
.w24.spbreak,
.w25.spbreak,
.w26.spbreak,
.w27.spbreak,
.w28.spbreak,
.w29.spbreak,
.w30.spbreak,
.w31.spbreak,
.w32.spbreak,
.w33.spbreak,
.w34.spbreak,
.w35.spbreak,
.w36.spbreak,
.w37.spbreak,
.w38.spbreak,
.w39.spbreak,
.w40.spbreak {
	width: auto !important;
}

.button {
	display: flex !important;
	border-width: 2px 0;
	width: auto;
	height: 100px;
	font-size: 1em;
	line-height: 1.2em !important;
	font-weight: 400;
}

.button:not(.off):hover {
	background: #2b2b2b;
	color: #bfa46f;
}

.buttons {
	display: block;
}

.buttons > li {
	margin: 0 !important;
	width: auto !important;
	max-width: none !important;
}

.buttons > li:not(:first-child) {
	margin-top: 30px !important;
}

table.def tr:not(:first-child) th,
table.def tr:not(:first-child) td {
	padding-top: 30px;
}

table.def th > span {
	padding: 0.2em 0.4em 0.3em;
	font-size: 1em;
	line-height: 1em;
	text-align: center;
}

table.def.border th,
table.def.border td {
	border-width: 0 0 2px;
	padding-top: 20px !important;
	padding-bottom: 20px;
}

table.def.border tr:first-child th,
table.def.border tr:first-child td {
	border-width: 2px 0;
}

table.def.border thead th {
	border-width: 0;
	padding-top: 0 !important;
	padding-bottom: 20px;
}

table.def.spbreak {
	display: block;
}

table.def.spbreak thead {
	display: none !important;
}

table.def.spbreak tbody,
table.def.spbreak tr,
table.def.spbreak th,
table.def.spbreak td {
	display: block;
}

table.def.spbreak tr:not(:first-child) {
	padding: 30px 0 0;
}

table.def.spbreak th,
table.def.spbreak td {
	padding: 0 !important;
}

table.def.spbreak.border tr {
	border-width: 0 0 2px;
	padding: 20px 0;
}

table.def.spbreak.border tr th,
table.def.spbreak.border tr td {
	border-width: 0 !important;
}

table.def.spbreak.border tr:first-child {
	border-width: 2px 0;
}

ul.def.circle ul.def.circle > li::before {
	border-width: 2px;
}

ul.rp {
	text-align: left;
}

ul.rp > li {
	padding-left: 1em;
}

ul.rp > li::before {
	position: absolute;
}

ul.rp.circle > li::before {
	top: 0.5em;
}

ol.def > li::before,
ol.def > li::after {
	width: 1.6em;
	height: 1.6em;
}

ol.def > li::before {
	top: calc(0.5em + 1px);
}

ol.def > li::after {
	top: 0.5em;
}

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

.c-title__jp {
	font-size: 1.1em;
}

.c-title__en {
	font-size: 2.5em;
	margin-bottom: 25px;
}

.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);
}

.thumbs-list {
	flex-direction: column;
	width: 100%;
	max-width: 540px;
	margin: 0 auto;
}

.thumbs-list:not(.c4) > li {
	width: 100%;
}

.thumbs-list:not(.c4) > li:nth-of-type(n+4) {
	margin-top: 0;
}

.thumbs-list.c4 > li {
	width: 100%;
}

.thumbs-list.c4 > li:nth-of-type(n+5) {
	margin-top: 0;
}

.thumbs-list > li .status {
	padding-top: 30px;
}

.thumbs-list > li .status .date {
	font-size: 0.8em;
	line-height: 1em;
}

.thumbs-list > li .status .category {
	min-width: 100px;
	height: 24px;
}

.thumbs-list > li .subj {
	padding: 3px 20px;
	font-size: 1em;
	line-height: 1.8em;
	max-height: 84px;
}

.thumbs-list > li > a:hover .thumb::after,
.thumbs-list > li > span:hover .thumb::after {
	opacity: 0.5;
}

.thumbs-list.sp1 > li {
	width: 100%;
}

.thumbs-list.sp1 > li:nth-of-type(n+2) {
	margin-top: 30px;
}

#main .scrollShowTarget {
	transition-delay: unset;
}

#main .main__container {
	padding: 100px 0 50px;
}

#main .main__contents {
	position: relative;
	top: auto;
	right: 0;
}

#main .main__logo {
	max-width: 750px;
	margin-bottom: 60px;
}

#main .main__inner.is-move {
	animation: none;
}

#main .main__inner {
	width: 100%;
	margin-bottom: -244px;
	top: 0;
}

#main .main__visual {
	width: 100%;
	min-width: auto;
}

#main .main__tmb {
	top: auto;
	bottom: -30px;
	left: auto;
	right: 25px;
	transform: none;
	max-width: 100px;
}

#main .main__tmb .slick-track {
	flex-direction: column;
}

#main .main__tmb .tmb_item:not(:last-child) {
	margin: 0 auto 10px;
}

#main .main__tmb .tmb_item {
	width: 100px;
	height: 100px;
}

#main .main__tmb .tmb_item:hover::before {
	opacity: 0;
}

#main .main__catch {
	top: 10px;
	left: auto;
	right: 0;
}

#main .main__banner-slider {
	margin: 0 auto;
	width: 100%;
	max-width: 670px;
	position: relative;
	left: 0;
	top: 0;
}

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

#main .main__banner-slider .slick-dots {
	margin-top: 16px;
}

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

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

#news .news__container {
	margin-bottom: 58px;
}

#news .news__container::before {
	bottom: -18px;
	width: calc(100% - 50px);
	height: calc(100% - 85px);
}

#news .thumbs-list > li > a,
#news .thumbs-list > li > span {
	padding-bottom: 45px;
}

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

#introduction .introduction__item:nth-child(even) .introduction__desc {
	margin-left: 0;
}

#introduction .introduction__item:nth-child(even) .introduction__img {
	left: auto;
	right: 0;
}

#introduction .introduction__item:nth-child(1) .introduction__img {
	top: -84px;
	right: -50px;
	width: 380px;
}

#introduction .introduction__item:nth-child(2) .introduction__img {
	top: -118px;
	right: -82px;
	width: 424px;
}

#introduction .introduction__desc {
	width: 100%;
}

#introduction .introduction__catch {
	font-size: 1.8em;
	margin-bottom: 20px;
}

#introduction .introduction__txt {
	font-size: 1.2em;
	letter-spacing: -0.02em;
	padding-left: 0;
}

#trailer .l-inner {
	padding: 0 30px;
}

#trailer .trailer__main {
	margin-bottom: 30px;
}

#trailer .trailer__tab {
	width: 100%;
}

#trailer .trailer__tab._multi .tab_item {
	width: 100%;
}

#trailer .trailer__tab .slick-track {
	justify-content: center;
}

#trailer .trailer__tab .tab_item {
	height: 100px;
}

#trailer .trailer__tab .tab_item:not(:last-child) {
	margin: 0;
}

#trailer .thumbs-list {
	max-width: none;
}

#story .story__lead {
	font-size: 1.2em;
	margin-bottom: 40px;
}

#story .story__container {
	grid-template-columns: repeat(1, 1fr);
	gap: 40px;
}

#story .story__item {
	padding: 60px 0 52px;
}

#story .story__caption {
	margin-bottom: 40px;
}

#story .story__txt {
	font-size: 1.1em;
}

#character .character__container {
	min-height: auto;
	padding: 0;
	background: transparent;
}

#character .character__container::before {
	display: none;
}

#character .character__inner {
	padding: 64px 0 76px;
	background: linear-gradient(to bottom, transparent 0, transparent 64px, #fff 64px, #fff 100%, transparent 100%);
}

#character .character__inner::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 800px;
	background-image: url("../img/fd/character_frame_left_head.png"), url("../img/fd/character_frame_right_head.png"), url("../img/fd/character_frame_left_bottom.png"), url("../img/fd/character_frame_right_bottom.png");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: 100px, 100px, 100px, 100px;
	background-position: left 20px top 84px, right 20px top 84px, left 20px bottom 16px, right 20px bottom 16px;
	background-color: transparent;
	z-index: -1;
}

#character .character__nav {
	margin-bottom: 0;
}

#character .character__item {
	flex-direction: column;
}

#character .character__desc {
	width: 100%;
	max-width: none;
	margin-left: 0;
	box-sizing: border-box;
	padding: 0 40px;
}

#character .character__serif {
	margin-top: -32px;
	margin-bottom: 30px;
}

#character .character__serif .serif_txt {
	padding: 0px 15px 1px;
	font-size: 1.7em;
	line-height: 2.4em;
	letter-spacing: 0;
}

#character .character__name {
	margin-bottom: 15px;
}

#character .character__name .name_en {
	margin-left: 27px;
	font-size: 1.2em;
}

#character .character__cv {
	letter-spacing: 0.1em;
}

#character .character__txt {
	letter-spacing: 0.05em;
	font-size: 1.2em;
}

#character .character__txt .txt_col:not(:last-child) {
	margin-bottom: 28px;
}

#character .character__main {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
}

#character .character__visual {
	position: relative;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -30px;
}

#character .rect-buttons {
	display: flex;
	align-items: center;
	margin-top: 40px;
}

#character .rect-buttons > dt {
	font-size: 1.2em;
	margin-bottom: 0;
	margin-right: 30px;
}

#character .rect-buttons > dd a,
#character .rect-buttons > dd span {
	border-width: 2px;
	width: 100px;
	height: 100px;
}

#character .rect-buttons > dd a img,
#character .rect-buttons > dd span img {
	width: 40px;
}

#character .rect-buttons > dd a:not([data-audio].play):hover,
#character .rect-buttons > dd span:not([data-audio].play):hover {
	background: #fff;
}

#character .rect-buttons > dd a:not([data-audio].play):hover img,
#character .rect-buttons > dd span:not([data-audio].play):hover img {
	opacity: 1;
}

#character .rect-buttons > dd a:not(:last-child),
#character .rect-buttons > dd span:not(:last-child) {
	margin-right: 20px;
}

#eventillust .eventillust__container {
	padding-top: 0;
	margin-bottom: 60px;
}

#eventillust .eventillust__container::before {
	display: none;
}

#eventillust .eventillust__contents {
	align-items: center;
}

#eventillust .eventillust__area {
	position: relative;
	bottom: 0;
	width: 100%;
	max-width: none;
	margin-bottom: 80px;
}

#eventillust .eventillust__area::before {
	content: "";
	display: block;
	position: absolute;
	right: -40px;
	bottom: -40px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: -1;
}

#eventillust .eventillust__visual:hover {
	opacity: 1;
}

#eventillust .eventillust__tmb {
	width: -moz-fit-content;
	width: fit-content;
}

#eventillust .eventillust__tmb .tmb_item:hover {
	opacity: 1;
}

#eventillust .c-title {
	width: 100%;
	padding: 0;
	margin-bottom: 36px;
}

#eventillust .c-title__en {
	font-size: 2.5em;
	letter-spacing: -0.05em;
	line-height: 1em;
}

#eventillust .c-title__jp {
	letter-spacing: 0.1em;
}

#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); /* 上に浮かんで小さくなる */
}

}

@keyframes circle_roll_follow {

0% {
	transform: rotate(0);
}

100% {
	transform: rotate(360deg);
}

}

@keyframes circle_roll_reverse {

0% {
	transform: rotate(0);
}

100% {
	transform: rotate(-360deg);
}

}

@keyframes loadingAnimation {

0% {
	top: -400px;
}

100% {
	top: 0;
}

}

@keyframes image_roll {

0% {
	background-position: 0 0;
}

100% {
	background-position: -2847.5px 0;
}

}


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