@charset "shift_jis";
html {
	scroll-behavior: auto;
}
body{
	font-family: 'Heebo', 'Noto Sans CJK JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #4e4d4d;
	overflow-x: hidden;
}
/* override
------------------------------------------------------ */
section.common .btn {
	background-color: #31084e;
}
section.common .tab-btn {
	border-bottom: solid 1px #31084e;
}
section.common .tab-btn a {
	border-top: solid 1px #31084e;
	border-left: solid 1px #31084e;
	border-right: solid 1px #31084e;
}
section.common .step {
	border-top: solid #31084e 3px;
}
section.common .step .intro {
	background: #31084e;
}
section.common h2 {
	margin-bottom: 0;
}
section.common .modal-contents .box h5 {
	color: #31084e;
}
.overlay {
	z-index: 20;
}
a, picture {
	display: inline;
}
section.common a,
section.common picture {
	display: block;
}
section.common p {
	font-size: 1.4rem;
}
section.common p {
	line-height: 1.8;
}
section p {
	line-height: 1.6;
}
#pageTopBtn {
	bottom: 120px;
	z-index: 4;
}
section.common .steps {
	padding-top: 42px;
}
section.already {
	margin-top: 70px;
}
.magi-stepSec {
	margin-top: 80px;
}
section.common.magi-stepSec p.lead {
	margin-top: 47px;
}
section.common table th {
	font-size: 1.4rem;
}
section.common table td {
	font-size: 1.4rem;
}
section.common #apli-content {
	display: block;
}
/* layout
------------------------------------------------------ */
a:visited,
a:link{
	color: #3489a4;
}
p,ul,ol,div {
	color: #4e4d4d;
}
img, video {
	width: auto;
}
/* pc
------------------------------------------------------ */
@media screen and (min-width: 751px) {
	/* override
	------------------------------------------------------ */
	body{
		font-size: 1.8rem;
	}
	#pageContainer {
		overflow-x: hidden;
	}
	section.common {
		padding: 0;
	}
	.magi-strong01 {
		font-size: 3.6rem;
		font-weight: bold;
		color: #e4007f;
	}
	.magi-strong02 {
		font-size: 6.0rem;
		font-weight: bold;
		color: #e4007f;
	}
	.magi-textSmall {
		font-size: 2.8rem;
	}
	/* header
	------------------------------------------------------ */
	#header {
		display: flex;
		align-items: center;
		width: 100%;
		height: 78px;
		margin: 0 auto;
		padding: 0;
		background-color: #fff;
		border-bottom: none;
	}
	#headerLogo {
		width: 1260px;
		margin: 0 auto;
		padding: 7px 31px 6px;
	}
	#header #headerLogo img {
		width: 282px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
	}
	#mainContents{
		padding: 154px 0 95px ;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 50px;
		margin-top: 0;
		padding: 0;
		border: none;
		background-color: #30084c;
		text-align: center;
	}
	#copyright {
		font-size: 1.2rem;
		color: #fff;
	}
	/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		text-align: center;
		background: url("/collabo/magi/img-files/pc_index_bg01.webp") no-repeat center top / 2063px 543px;
		padding-top: 198px;
	}
	.mainVisualContents {
		width: 1200px;
		margin: 0 auto;
		transform: skewY(-7deg);
		background-color: #fff;
	}
	.mainVisualContentsInner {
		transform: skewY(7deg);
		padding: 0 88px 0 100px;
	}
	.mainVisualCol {
		display: flex;
		gap: 72px;
	}
	.mainVisualHead {
		width: 366px;
		margin-top: -114px;
	}
	.mainVisualBody {
		margin-top: 57px;
	}
	.mainVisualCard {
		filter: drop-shadow(0 30px 20px rgba(0, 0, 0, 0.2));
	}
	.mainVisualTitle {
		margin-top: 29px;
	}
	.mainVisualText01 {
		margin-top: 46px;
	}
	.mainVisualBtn {
		margin-top: 33px;
	}
	.mainVisualBtn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 100%;
		min-height: 80px;
		padding: 5px 60px;
		font-size: 3.4rem;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		overflow: hidden;
		background-color: #c2006c;
		border-radius: 20px;
		transition: 0.3s all ease-out;
		box-shadow: 0px 4px 0 0 #86004b;
	}
	.mainVisualBtn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 11px;
		width: 31px;
		height: 31px;
		margin-top: -15.5px;
		background: url("/collabo/magi/img-files/index_ic01.webp") no-repeat 0 0 / contain;
	}
/* heading
	------------------------------------------------------ */
	.magi-heading02 {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		left: 50%;
		margin-top: 97px;
		width: 1920px;
		height: 100px;
		margin-bottom: 52px;
		transform: translateX(-50%);
		background: url("/collabo/magi/img-files/pc_index_bg02.webp") no-repeat 0 0;
	}
	.magi-heading02::before {
		position: absolute;
		content: "";
		top: -24px;
		left: 361px;
		width: 212px;
		height: 159px;
		background: url("/collabo/magi/img-files/index_ic02.webp") no-repeat 0 0 / contain;
	}
	.magi-heading02::after {
		position: absolute;
		content: "";
		top: -63px;
		right: 361px;
		width: 154px;
		height: 201px;
		background: url("/collabo/magi/img-files/index_ic03.webp") no-repeat 0 0 / contain;
	}
	.magi-heading02Title {
		font-size: 4.0rem;
		font-weight: bold;
		text-align: center;
		color: #fff;
	}
	.magi-contentImg {
		text-align: center;
	}
	/* text
	------------------------------------------------------ */
	.magi-Text01 {
		font-size: 1.8rem;
		font-weight: bold;
		margin-top: 26px;
	}
	.magi-Text02 {
		font-size: 1.8rem;
		margin-top: 26px;
		text-align: center;
	}
	.magi-text03 {
		font-size: 1.4rem;
	}
	.magi-images {
		display: flex;
		justify-content: center;
	}
	.magi-images img {
		width: 140px;
	}
	/* list
	------------------------------------------------------ */
	.magi-normalList {
		margin-top: 10px;
	}
	.magi-normalList > li {
		position: relative;
		padding-left: 16px;
	}
	.magi-normalList > li + li {
		margin-top: 3px;
	}
	.magi-normalList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.magi-normalList > li > .magi-normalListtNest >:first-child {
		margin-top: 0 !important;
	}
	.magi-boxNoteList {
		margin-top: 15px;
	}
	.magi-boxNoteList > li {
		position: relative;
		padding-left: 1.2em;
		color: #34004f;
	}
	.magi-boxNoteList > li + li {
		margin-top: 5px;
	}
	.magi-boxNoteList > li > .ast {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.magi-noteNumList {
		margin-top: 1em;
	}
	.magi-noteNumList > li {
		position: relative;
		padding-left: 2.5em;
	}
	.magi-noteNumList > li + li {
		margin-top: 5px;
	}
	.magi-noteNumList > li > .num {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	/* box
	------------------------------------------------------ */
	.magi-box {
		margin-top: 82px;
	}
	.magi-box + .magi-box {
		margin-top: 51px;
	}
	.magi-boxHead {
		position: relative;
		background-color: #31084e;
		border-radius: 20px 20px 0 0 ;
		overflow: hidden;
		padding: 11px 10px;
	}
	.magi-boxHead::before {
		position: absolute;
		content: "";
		top: -76px;
		left: 0;
		width: 249px;
		height: 185px;
		background: url("/collabo/magi/img-files/index_ic04.webp") no-repeat 0 0 / contain;
	}
	.magi-boxHead::after {
		position: absolute;
		content: "";
		top: -60px;
		right: -4px;
		width: 346px;
		height: 228px;
		background: url("/collabo/magi/img-files/index_ic05.webp") no-repeat 0 0 / contain;
	}
	.magi-boxHead .magi-boxTitle {
		width: fit-content;
		margin: 0 auto;
		position: relative;
		font-size: 3.2rem;
		font-weight: bold;
		color: #fff;
	}
	.magi-boxPoint {
		display: inline-block;
		text-align: center;
		font-size: 3.0rem;
		color: #34004f;
		width: 36px;
		height: 36px;
		border-radius: 50%;
		background-color: #fff;
		line-height: 1.3;
		margin-left: 5px;
	}
	.magi-boxBody {
		background-color: #f7f2f8;
		border-radius: 0 0 20px 20px;
		padding: 58px 29px 58px;
	}
	.magi-boxMediaItem {
		display: flex;
		align-items: center;
		position: relative;
		padding-left: 310px;
		min-height: 154px;
	}
	.magi-boxMediaItem02 {
		display: flex;
		gap: 54px;
		margin-left: 19px;
	}
	.magi-boxBody .magi-boxText01 {
		font-size: 3.0rem;
		font-weight: bold;
		color: #34004f;
		line-height: 1.4;
	}
	.magi-boxMediaImg {
		position: absolute;
		top: 50%;
		left: 0;
		width: 310px;
		text-align: center;
		transform: translateY(-55%);
	}
	.magi-boxMediaImg[data-img="01"] {
		
	}
	.magi-boxMediaImg02 {
		width: 242px;
	}
	.magi-boxCol {
		display: flex;
		align-items: center;
		margin: 44px 0 48px;
	}
	.magi-boxColItem {
		width: 50%;
	}
	.magi-boxColItem + .magi-boxColItem {
		border-left: 1px solid #6905b5;
		padding-left: 28px;
	}
	.magi-boxColText {
		font-size: 3.2rem;
		font-weight: bold;
		color: #34004f;
		line-height: 1.2;
		padding: 32px 0 10px;
	}
	/* magi-gideBox
	------------------------------------------------------ */
	.magi-gideBox {
		background-color: #f5f5f5;
		border-radius: 20px;
		padding: 36px 30px;
		margin-top: 190px;
	}
	.magi-gideBox >:first-child {
		margin-top: 0!important;
	}
	.magi-gideBox + .magi-gideBox {
		margin-top: 40px;
	}
	.magi-gideTitle {
		font-size: 3.0rem;
		font-weight: bold;
		text-align: center;
		margin-top: 10px;
	}
	.magi-gideBoxContent {
		margin-top: 18px;
	}
	.magi-gideBoxContent >:first-child {
		margin-top: 0 !important;
	}
	.magi-gideText01 {
		font-size: 2.0rem;
		font-weight: bold;
	}
	.magi-gideText02 {
		margin-top: 40px;
	}
	.magi-gideText02 + .magi-gideList {
		margin-top: 3px;
	}
	.magi-gideList {
		margin-top: 15px;
	}
	.magi-gideList > li {
		position: relative;
		font-size: 1.6rem;
		padding-left: 0.8em;
	}
	.magi-gideList > li + li {
		margin-top: 3px;
	}
	.magi-gideList > li > .mark {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	/* floating
------------------------------------------------------ */
	.magi-floatbtnArea {
		height: 96px;
	}
	.magi-floatingWrap {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 0;
		background: rgba(194, 181, 202, 0.7);
		z-index: 9999;
	}
	.magi-floatingWrap .magi-floatingInner {
		position: relative;
		width: 1200px;
		margin: 0 auto;
		padding: 0 30px;
	}
	.magi-floatingWrap .commonFloating {
		padding: 20px 0 22px;
	}
	.magi-floatingbtn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 800px;
		height: 100%;
		min-height: 54px;
		padding: 0px 60px;
		font-size: 3.4rem;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		overflow: hidden;
		background-color: #c2006c;
		border-radius: 10px;
		transition: 0.3s all ease-out;
		box-shadow: 0px 4px 0 0 #86004b;
		margin: 0 auto;
	}
	.magi-floatingbtn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 16px;
		width: 28px;
		height: 28px;
		margin-top: -14px;
		background: url("/collabo/magi/img-files/index_ic01.webp") no-repeat 0 0 / contain;
	}
	.magi-floatingbtn a:hover {
		opacity: 0.7;
	}
}
/* sp
------------------------------------------------------ */
@media screen and (max-width: 750px) {
	/* override
	------------------------------------------------------ */
	body{
		font-size: 1.3rem;
	}
	section.common {
		padding: 0 12px;
	}
	section.common .tab-btn a {
		font-size: 1.4rem;
	}
	.magi-strong01 {
		font-size: 2.1rem;
		font-weight: bold;
		color: #e4007f;
	}
	.magi-strong02 {
		font-size: 3.0rem;
		font-weight: bold;
		color: #e4007f;
	}
	.magi-textSmall {
		font-size: 1.6rem;
	}
	section.common .steps {
		padding-top: 24px;
	}
	section.already {
		width: 100vw;
		margin: 30px 0 0 -10px;
	}
	/* header
	------------------------------------------------------ */
	#header {
		position: relative;
		padding: 0;
		border: none;
	}
	#header #headerLogo {
		display: flex;
		align-items: center;
		width: 100%;
		margin: 0 auto;
		padding: 0 8px;
		min-height: 55px;
	}
	#header #headerLogo img {
		width: auto;
		height: 29px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 0;
	}
	#mainContents{
		padding: calc((106 / 720) * 100vw) 10px 31px;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
		margin-top: 0;
		padding: 10px 0;
		border: none;
		background-color: #30084c;
		text-align: center;
	}
	#copyright {
		font-size: 1rem;
		color: #fff;
	}
	/* mainVisual
	------------------------------------------------------ */
	.mainVisual {
		text-align: center;
		background: url("/collabo/magi/img-files/sp_index_bg01.webp") no-repeat center top / 100%;
		width: 100%;
		padding: 95px 10px 0;
	}
	.mainVisualContents {
		width: 100%;
		margin: 0 auto;
		transform: skewY(-13deg);
		background-color: #fff;
	}
	.mainVisualContentsInner {
		transform: skewY(13deg);
		padding: 0 11px 0 16px;
		position: relative;
		padding-bottom: calc((182 / 720) * 100vw);
	}
	.mainVisualCol {
		display: flex;
		justify-content: center;
		gap: 14px;
	}
	.mainVisualHead {
		width: calc((264 / 720) * 100vw);
		flex-shrink: 0;
		margin-top: -50px;
	}
	.mainVisualBody {
		margin-top: -47px;
	}
	.mainVisualCard {
		filter: drop-shadow(0 20px 15px rgba(0, 0, 0, 0.1));
	}
	.mainVisualTitle {
		margin-top: calc((16 / 720) * 100vw);
	}
	.mainVisualText01 {
		margin: calc((22 / 720) * 100vw) calc((22 / 720) * 100vw) 0;
	}
	.mainVisualBtn {
		width: 100%;
		position: absolute;
		bottom: 10px;
		left: 0;
	}
	.mainVisualBtn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 100%;
		padding: calc((18 / 720) * 100vw) calc((68 / 720) * 100vw);
		font-size: calc((40 / 720) * 100vw);
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		overflow: hidden;
		background-color: #c2006c;
		border-radius: calc((20 / 720) * 100vw);
		transition: 0.3s all ease-out;
		box-shadow: 0px 2px 0 0 #86004b;
	}
	.mainVisualBtn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: calc((22 / 720) * 100vw);
		width: calc((36 / 720) * 100vw);
		height: calc((36 / 720) * 100vw);
		margin-top: calc((-18 / 720) * 100vw);
		background: url("/collabo/magi/img-files/index_ic01.webp") no-repeat 0 0 / contain;
	}
/* heading
	------------------------------------------------------ */
	.magi-heading02 {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		margin: calc((86 / 720) * 100vw) 0 calc((62 / 720) * 100vw) -10px;
		width: 100vw;
		height: calc((120 / 720) * 100vw);
		background: url("/collabo/magi/img-files/sp_index_bg02.webp") no-repeat center top / 100%;
	}
	.magi-heading02::before {
		position: absolute;
		content: "";
		top: calc((-62 / 720) * 100vw);
		left: calc((566 / 720) * 100vw);
		width: calc((152 / 720) * 100vw);
		height: calc((200 / 720) * 100vw);
		background: url("/collabo/magi/img-files/index_ic03.webp") no-repeat 0 0 / contain;
	}
	.magi-heading02::after {
		position: absolute;
		content: "";
		top: calc((-35 / 720) * 100vw);
		right: calc((574 / 720) * 100vw);
		width: calc((145 / 720) * 100vw);
		height: calc((198 / 720) * 100vw);
		background: url("/collabo/magi/img-files/index_ic06.webp") no-repeat 0 0 / contain;
	}
	.magi-heading02Title {
		font-size: calc((50 / 720) * 100vw);;
		font-weight: bold;
		text-align: center;
		color: #fff;
	}
	.magi-contentImg {
		text-align: center;
		margin: 0 20px;
	}
/* text
	------------------------------------------------------ */
	.magi-Text01 {
		font-size: 1.3rem;
		font-weight: bold;
		margin-top: 21px;
	}
	.magi-Text02 {
		font-size: 1.4rem;
		margin-top: 26px;
		text-align: center;
	}
	.magi-text03 {
		font-size: 1.4rem;
	}
	.magi-images {
		display: flex;
		justify-content: center;
	}
	.magi-images img {
		width: 140px;
	}
	/* list
	------------------------------------------------------ */
	.magi-normalList {
		margin-top: 14px;
	}
	.magi-normalList > li {
		position: relative;
		padding-left: 12px;
	}
	.magi-normalList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.magi-normalList > li > .magi-normalListtNest >:first-child {
		margin-top: 0 !important;
	}
	.magi-boxNoteList {
		margin-top: 20px;
	}
	.magi-boxNoteList > li {
		position: relative;
		padding-left: 1.2em;
		color: #34004f;
	}
	.magi-boxNoteList > li + li {
		margin-top: 5px;
	}
	.magi-boxNoteList > li > .ast {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.magi-noteNumList {
		margin-top: 1em;
	}
	.magi-noteNumList > li {
		position: relative;
		padding-left: 2.5em;
	}
	.magi-noteNumList > li + li {
		margin-top: 5px;
	}
	.magi-noteNumList > li > .num {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	/* box
	------------------------------------------------------ */
	.magi-box {
		margin-top: 41px;
	}
	.magi-box + .magi-box {
		margin-top: 25px;
	}
	.magi-boxHead {
		position: relative;
		background-color: #31084e;
		border-radius: 10px 10px 0 0 ;
		overflow: hidden;
		padding: 7.5px 10px;
	}
	.magi-boxHead::before {
		position: absolute;
		content: "";
		top: -36px;
		left: 0;
		width: 124px;
		height: 92px;
		background: url("/collabo/magi/img-files/index_ic04.webp") no-repeat 0 0 / contain;
	}
	.magi-boxHead::after {
		position: absolute;
		content: "";
		top: -21px;
		right: -41px;
		width: 173px;
		height: 119px;
		background: url("/collabo/magi/img-files/index_ic05.webp") no-repeat 0 0 / contain;
	}
	.magi-boxHead .magi-boxTitle {
		width: fit-content;
		margin: 0 auto;
		position: relative;
		font-size: 2.0rem;
		font-weight: bold;
		color: #fff;
		z-index: 2;
	}
	.magi-boxPoint {
		display: inline-block;
		text-align: center;
		font-size: 1.8rem;
		color: #34004f;
		width: 21.5px;
		height: 21.5px;
		border-radius: 50%;
		background-color: #fff;
		line-height: 1.4;
		margin-left: 5px;
	}
	.magi-boxBody {
		background-color: #f7f2f8;
		border-radius: 0 0 10px 10px;
		padding: 32px 14px 20px;
	}
	.magi-boxMediaItem {
		display: flex;
		align-items: center;
		position: relative;
	}
	.magi-boxMediaCol {
		display: flex;
		gap: 12px;
		align-items: flex-start;
	}
	.magi-boxMediaCol.type-flexEnd {
		align-items: flex-end;
	}
	.magi-boxBody .magi-boxText01 {
		font-size: 1.8rem;
		font-weight: bold;
		color: #34004f;
		line-height: 1.4;
	}
	.magi-boxMediaImg {
		flex-shrink: 0;
	}
	.magi-boxMediaImg[data-img="01"] {
		width: 97px;
		height: 77px;
	}
	.magi-boxMediaImg[data-img="02"] {
		width: 94px;
		height: 59.5px;
	}
	.magi-boxMediaImg[data-img="03"] {
		width: 91px;
		height: 44px;
	}
	.magi-boxMediaImg02 {
		width: 138px;
		margin: 0 auto 23px;
	}
	.magi-boxCol {
		margin: 23px 0 14px;
	}
	.magi-boxColItem + .magi-boxColItem {
		border-top: 1px solid #6905b5;
		margin-top: 10px;
		padding-top: 18px;
	}
	.magi-boxColText {
		font-size: 1.9rem;
		font-weight: bold;
		color: #34004f;
		line-height: 1.2;
	}
	/* magi-gideBox
	------------------------------------------------------ */
	.magi-gideBox {
		background-color: #f5f5f5;
		border-radius: 10px;
		padding: 17px 10px 24px;
		margin-top: 53px;
	}
	.magi-gideBox >:first-child {
		margin-top: 0!important;
	}
	.magi-gideBox + .magi-gideBox {
		margin-top: 20px;
	}
	.magi-gideTitle {
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
		margin-top: 10px;
	}
	.magi-gideBoxContent {
		margin-top: 5px;
	}
	.magi-gideBoxContent >:first-child {
		margin-top: 0 !important;
	}
	.magi-gideText01 {
		font-size: 1.5rem;
		font-weight: bold;
	}
	.magi-gideText02 {
		margin-top: 23px;
	}
	.magi-gideText02 + .magi-gideList {
		margin-top: 3px;
	}
	.magi-gideList {
		margin-top: 5px;
	}
	.magi-gideList > li {
		position: relative;
		font-size: 1.3rem;
		padding-left: 0.8em;
	}
	.magi-gideList > li + li {
		margin-top: 3px;
	}
	.magi-gideList > li > .mark {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	/* floating
------------------------------------------------------ */
	.magi-floatbtnArea {
		height: 64px;
	}
	.magi-floatingWrap {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 0;
		background: rgba(194, 181, 202, 0.7);
		z-index: 9999;
	}
	.magi-floatingWrap .magi-floatingInner {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
	}
	.magi-floatingWrap .commonFloating {
		width: 100%;
		margin: 0 auto;
		padding: 11px 0 13px;
	}
	.magi-floatingbtn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 100%;
		text-align: center;
		min-height: 40px;
		padding: 5px 36px;
		font-size: 1.8rem;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		overflow: hidden;
		background-color: #c2006c;
		border-radius: 5px;
		transition: 0.3s all ease-out;
		box-shadow: 0px 2px 0 0 #86004b;
	}
	.magi-floatingbtn a::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: url("/collabo/magi/img-files/index_ic01.webp") no-repeat 0 0 / contain;
	}
}
