<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* Base */

html {
	box-sizing: border-box;
	height: 100%;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	height: 100%;
	font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'YuGothic', '游ゴシック', 'メイリオ', 'Meiryo', 'MS PGothic', 'MS Gothic', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: bottom;
}

a {
	color: inherit;
	text-decoration: none;
}

main a {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
strong {
	font-size: 100%;
	font-weight: bold;
}

li {
	list-style: none;
}

input,
select,
textarea {
	max-width: 100%;
	font-family: inherit;
	font-size: 100%;
}

textarea {
	height: 5em;
	line-height: 1.25;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
	font-size: 80%;
}

hr {
	margin: 0.75em 0;
	border: 0;
	border-top: 1px solid;
}

/* classes */

.text-center { text-align:center !important }
.text-right { text-align:right !important }
.text-left { text-align:left !important }
.text-bold { font-weight:bold !important }

.text-small { font-size:80% }

.lh-1 { line-height:1 !important }
.lh-sm { line-height:1.25 !important }
.lh-base { line-height:1.5 !important }
.lh-lg { line-height:2 !important }

.mt-0 { margin-top:0 !important }
.mt-1 { margin-top:.25rem !important }
.mt-2 { margin-top:.5rem !important }
.mt-3 { margin-top:1rem !important }
.mt-4 { margin-top:1.5rem !important }
.mt-5 { margin-top:3rem !important }
.mb-0 { margin-bottom:0 !important }
.mb-1 { margin-bottom:.25rem !important }
.mb-2 { margin-bottom:.5rem !important }
.mb-3 { margin-bottom:1rem !important }
.mb-4 { margin-bottom:1.5rem !important }
.mb-5 { margin-bottom:3rem !important }
.ml-0 { margin-left:0 !important }
.ml-1 { margin-left:.25rem !important }
.ml-2 { margin-left:.5rem !important }
.ml-3 { margin-left:1rem !important }
.ml-4 { margin-left:1.5rem !important }
.ml-5 { margin-left:3rem !important }
.mr-0 { margin-right:0 !important }
.mr-1 { margin-right:.25rem !important }
.mr-2 { margin-right:.5rem !important }
.mr-3 { margin-right:1rem !important }
.mr-4 { margin-right:1.5rem !important }
.mr-5 { margin-right:3rem !important }
.pt-0 { padding-top:0 !important }
.pt-1 { padding-top:.25rem !important }
.pt-2 { padding-top:.5rem !important }
.pt-3 { padding-top:1rem !important }
.pt-4 { padding-top:1.5rem !important }
.pt-5 { padding-top:3rem !important }
.pb-0 { padding-bottom:0 !important }
.pb-1 { padding-bottom:.25rem !important }
.pb-2 { padding-bottom:.5rem !important }
.pb-3 { padding-bottom:1rem !important }
.pb-4 { padding-bottom:1.5rem !important }
.pb-5 { padding-bottom:3rem !important }
.pl-0 { padding-left:0 !important }
.pl-1 { padding-left:.25rem !important }
.pl-2 { padding-left:.5rem !important }
.pl-3 { padding-left:1rem !important }
.pl-4 { padding-left:1.5rem !important }
.pl-5 { padding-left:3rem !important }
.pr-0 { padding-right:0 !important }
.pr-1 { padding-right:.25rem !important }
.pr-2 { padding-right:.5rem !important }
.pr-3 { padding-right:1rem !important }
.pr-4 { padding-right:1.5rem !important }
.pr-5 { padding-right:3rem !important }

a.btn,
a.btn2 {
	display: inline-block;
	margin-top: 1rem;
	padding: 0.25rem 1rem;
	background: #f4c01b;
	border-radius: 1rem;
	font-size: 125%;
	color: #000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

a.btn2 {
	color: #818181;
	background: #fff;
}

.link_list {
	width: calc(100% + 2em);
	margin-left: -1em;
	border-bottom: 1px solid #707070;
}

.link_list li {
	position: relative;
	padding: 0.5rem;
	border-top: 1px solid #707070;
	line-height: 2;
}

.link_list a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.link_list h3 {
	width: calc(100% - 10rem);
	min-width: calc(65% - 1.5rem);
	margin-bottom: 0.5rem;
}

.link_list h3 span {
	display: block;
	line-height: 1.25;
}

.link_list .icon {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	width: 4rem;
	height: 4rem;
}

.link_list .icon &gt; img,
.link_list .icon &gt; i {
	border-radius: 50%;
	background: #5a5a5a;
}

.link_list .icon i {
	font-size: 4rem;
}

.input_list dt {
	padding: 0 0.5em;
	line-height: 2;
}

.input_list dd {
	margin-bottom: 0.25em;
}

.input_list input[type=text],
.input_list input[type=password],
.input_list select,
.input_list textarea {
	display: inline-block;
	width: 100%;
	padding: 0.25em 0.75em;
	border-radius: 1em;
	box-sizing: border-box;
}

.input_list input[type=text].half {
	width: calc(50% - 0.25em);
}

.input_list input[type=text].half:first-of-type {
	margin-right: 0.5em;
}

.input_wrap {
	position: relative;
	display: inline-block;
	width: 100%;
}

.input_wrap input[type=text],
.input_list input[type=password],
.input_list textarea {
	padding-right: 1.5em;
}

.input_wrap .must {
	display: block;
	position: absolute;
	top: 0;
	right: 0.5em;
	width: 1em;
	height: 100%;
	pointer-events: none;
}

.input_wrap .must::after {
	content: "\2a";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	margin: auto;
	font-family: "Font Awesome 6 Free";
	font-size: 75%;
	font-weight: 900;
	color: #f4c01b;
	text-align: center;
}

.select_wrap {
	position: relative;
	display: inline-block;
	width: 100%;
}

.select_wrap:after {
	content: "\f0d7";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0.5em;
	width: 1em;
	height: 1em;
	line-height: 1em;
	margin: auto;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #f4c01b;
	text-align: center;
	pointer-events: none;
}

.select_wrap select {
	cursor: pointer;
}

.half_wrap {
	width: calc(50% - 0.5em);
}

.half_wrap:nth-of-type(2n+1) {
	margin-right: 0.35em;
}

.sns_wrap {
	display: flex;
	gap: 0.75rem;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.sns_wrap a {
	display: flex;
	width: calc(350px / 4 - 0.5rem);
	height: calc(350px / 4 - 0.5rem);
	border-radius: 0.75rem;
	color: #fff;
	text-decoration: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	overflow: hidden;
}

.sns_wrap .add a,
.sns_wrap a.null {
	border: 2px solid #525252;
	color: #525252;
}

.sns_wrap a.Instagram { background: #e4405f }
.sns_wrap a.Twitter { background: #1da1f2 }
.sns_wrap a.X { background: #0f1419 }
.sns_wrap a.Facebook { background: #1877f2 }
.sns_wrap a.Line { background: #00b900 }
.sns_wrap a.YouTube { background: #ff0000 }
.sns_wrap a.Pinterest { background: #bd081c }
.sns_wrap a.LinkedIn { background: #0077b5 }
.sns_wrap a.GitHub { background: #24292e }
.sns_wrap a.Vimeo { background: #1ab7ea }
.sns_wrap a.WhatsApp { background: #25d366 }
.sns_wrap a.TikTok { background: #000000 }
.sns_wrap a.Ameba { background: #2d8c3c }
.sns_wrap a.Tel { background: #25d366 }

/* 以外は灰色に */
.sns_wrap a.Email,
.sns_wrap a.Company,
.sns_wrap a.Home,
.sns_wrap a.Internet,
.sns_wrap a.GoogleMap {
	background: #525252;
}

/* 黒いと見えないものは灰色に */
.dark .sns_wrap a.X,
.dark .sns_wrap a.GitHub,
.dark .sns_wrap a.TikTok {
	background: #525252;
}

.sns_wrap a i {
	font-size: 1.75rem;
}

.sns_wrap a img {
	max-width: 1.75rem;
	max-height: 1.75rem;
}

.sns_wrap a span {
	margin-top: 0.25rem;
	font-size: 9px;
}

form.img {
	display: none;
}

.editBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51, 0.75);
	z-index: 2;
}

.editBox &gt; div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 80%;
	min-width: 280px;
	max-width: 640px;
	height: 80%;
	margin: auto;
	padding: 1.5em;
	overflow-y: scroll;
	box-sizing: border-box;
}

.editBox h2 {
	font-size: 120%;
	margin-bottom: 0.5rem;
	text-align: center;
}

.editBox .btns {
	display: flex;
	gap: 0.5em;
	align-items: center;
	justify-content: center;
}

.editBox .btn,
.editBox .btn2 {
	font-size: 100%;
}

.editBox .btn2 {
	font-weight: normal;
}

/* parts */

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 800px;
	height: calc(1rem + 1.25 * 1.5rem + 1rem);
	margin: auto;
	padding: 1em 3rem;
	line-height: 1.5;
	z-index: 1;
}

header .btn_back {
	display: flex;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 3rem;
	height: 3rem;
	line-height: 1em;
	margin: auto;
	font-size: 125%;
	align-items: center;
	justify-content: center;
}

header .btn_back::after {
	content: "\f359";
	font-family: "Font Awesome 6 Free";
	font-weight: normal;
}

header h2 {
	font-size: 120%;
	text-align: center;
}

main {
	width: 100%;
	max-width: 800px;
	margin: auto;
	padding: calc(1rem + 1.25 * 1.5rem + 1rem) 1rem 6.5rem 1rem;
	box-sizing: border-box;
	overflow-x: hidden;
}

.nologin main {
	padding-bottom: 1.5rem;
}

main form input[type=submit] {
	display: inline;
	width: 0;
	height: 0;
	text-indent: -999px;
}

main p {
	margin-bottom: 1.25em;
}

main p:last-child {
	margin-bottom: 0;
}

main p.errMsgs {
	margin: 0 0.5em;
	color: #f00;
}

aside,
footer {
	width: 100%;
	max-width: 800px;
	margin: auto;
}

aside,
.loggedin footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.nologin footer {
	display: none;
	padding: 1em 0;
	text-align: center;
	font-size: 80%;
}

footer .menu {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	justify-content: center;
	align-items: center;
	text-align: center;
}

aside ul {
	position: relative;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	align-items: center;
	text-align: center;
}

footer .menu::after {
	content: "";
	position: absolute;
	top: -1.5em;
	left: 0;
	right: 0;
	width: 20vw;
	min-width: 96px;
	max-width: 160px;
	height: 100%;
	margin: auto;
	border-radius: 50%;
	z-index: -1;
}

footer .menu a {
	position: relative;
	display: block;
	padding: 0.5rem;
	line-height: 1.25;
}

footer .menu a::before {
	display: block;
	content: "";
	font-family: "Font Awesome 6 Free";
	font-size: 250%;
	font-weight: bold;
	line-height: 1;
}

footer .menu a.on::before {
	color: #f4c01b;
}

footer .menu .message a::before {
	content: "\f4ad";
}

footer .menu .feed a::before {
	content: "\f15c";
}

footer .menu .mypage {
	position: relative;
	margin-top: -1rem;
}

footer .menu .mypage a::before {
	content: "\f2bb";
	font-size: calc(250% + 1rem);
}

footer .menu .contact a::before {
	content: "\f2b9";
}

footer .menu .config a::before {
	content: "\f013";
}

aside a.btn,
aside a.btn2 {
	margin: 0.75rem 0;
}

@media screen and (max-width: 481px) {
	.no-pc {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.no-sp {
		display: none;
	}

	.loggedin footer {
		font-size: 10px;
	}

	footer .menu a {
		padding: 1.25rem 0;
	}

	footer .menu a::before {
		line-height: 1.25;
	}
}

/* common parts */

main.card {
	padding-top: 0;
}

main.card h2,
main.card p {
	margin-bottom: 0.5em;
}

main.card a {
	text-decoration: none;
}

main.myself .bg a,
main.myself .icon a {
	position: relative;
}

main.myself .bg a::after,
main.myself .icon a::after {
	content: "\f030";
	display: block;
	position: absolute;
	width: 1.75em;
	height: 1.75em;
	line-height: 1.75em;
	border-radius: 50%;
	font-family: "Font Awesome 6 Free";
	font-size: 1rem;
	font-weight: 900;
	color: #fafafa;
	background: #a3a3a3;
	text-align: center;
}

main.myself .bg a::after {
	right: 1rem;
	bottom: 0.5rem;
}

main.myself .icon a::after {
	right: 0;
	bottom: 0;
}

main.others .bg a,
main.others .icon a {
	pointer-events: none;
}


main.card .bg {
	width: calc(100% + 2em);
	margin-left: -1em;
}

main.card .bg a {
	display: block;
}

main.card .bg img {
	display: block;
	width: 100%;
	max-height: 180px;
	border-radius: 0 0 2em 2em;
	object-fit: cover;
	object-position: center center;
	aspect-ratio: 800 / 235;
}

main.card .icon {
	position: relative;
	width: 5rem;
	height: 5rem;
	margin-top: -3rem;
}

main.card .icon a {
	display: block;
}

main.card .icon img,
main.card .icon i {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 5rem;
	line-height: 1em;
	border-radius: 50%;
	background: #5a5a5a;
	color: #fff;
	object-fit: cover;
	object-position: center center;
	aspect-ratio: 1 / 1;
}

main.card .btns {
	margin-top: -2.5em;
	margin-bottom: 0;
	text-align: right;
}

main.card .btns a {
	display: inline-flex;
	min-width: 2rem;
	height: 3rem;
	margin-left: 0.75em;
	font-size: 0.5rem;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

main.card .btns a i {
	margin-bottom: 0.25rem;
	font-size: 1.5rem;
	color: #f4c01b;
	line-height: 1;
}

main.card .btns a.hide {
	color: transparent;
	pointer-events: none;
}

main.card .btns a.hide i {
	color: transparent;
}

main.card h2.name {
	position: relative;
	margin-top: -0.5em;
}

main.card h2.name &gt; span {
	display: block;
	font-size: 0.75rem;
	line-height: 1;
}

main.card h2.name &gt; .k {
	font-weight: normal;
}

main.card h2.name &gt; .j {
	margin-top: 0.25rem;
	font-size: 1.5rem;
	font-weight: bold;
}

main.card .date {
	position: absolute;
	top: 1em;
	right: 0;
	font-weight: normal;
}

main.card .freetext {
	position: relative;
	max-height: 6rem;
	font-size: 85%;
	line-height: 1.25;
	overflow: hidden;
}

main.card .freetext .more {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2rem;
	line-height: 1;
	margin: auto;
	font-size: 0.5rem;
	color: #a3a3a3;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

main.card .freetext .more::before {
	content: "\f078";
	font-family: "Font Awesome 6 Free";
	font-size: 1.5rem;
	font-weight: 900;
	z-index: 1;
}

main.card .btn_qr {
	margin: 1em 0 1.25em 0;
	text-align: center;
}

main.card .btn_qr .btn {
	margin-top: 0;
	padding-left: 2em;
	padding-right: 2em;
	background: #00f;
	font-size: 90%;
	color: #fff;
}

main.card .sns {
	margin-bottom: 1em;
}

main.card .cards {
	width: 70vw;
	max-width: 560px;
	margin: auto;
}

main.card .cards li {
	position: relative;
	width: 60vw;
	max-width: 480px;
	margin: 0 1em 7px 1em;
}

main.card .cards li:after {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 100%;
	height: 100%;
	background: #f4c01b;
	z-index: -1;
}

main.card .cards img {
	width: 100%;
}

main.card .slick-prev,
main.card .slick-next {
	width: 1.5rem;
	height: 1.5rem;
}

main.card .slick-prev {
	left: calc(-1.5rem - 4px);
}

main.card .slick-next {
	right: calc(-1.5rem - 4px);
}

main.card .slick-prev::before,
main.card .slick-next::before {
	font-size: 1.5rem;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #a3a3a3;
}

main.card .slick-prev::before {
	content: "\f100";
}

main.card .slick-next::before {
	content: "\f101";
}

.tutorialBox,
.campaignBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	z-index: 9;
}

.campaignBox {
	z-index: 8;
}

.tutorialBox &gt; div,
.campaignBox &gt; div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 85vw;
	max-width: min(680px, (100vh - 6.5rem - 6.5rem) * 634 / 950);
	height: min(85vw * 950 / 634, 100vh - 6.5rem - 6.5rem);
	margin: auto;
	overflow: hidden;
}

.tutorialBox div li,
.tutorialBox div &gt; a,
.campaignBox div li {
	display: none;
}

.tutorialBox div li.active,
.tutorialBox div &gt; a.active,
.campaignBox div li.active {
	display: block;
}

.tutorialBox a.close,
.campaignBox a.close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	height: 1em;
	padding: 0.5rem;
	font-size: 200%;
	line-height: 1;
	text-align: right;
	box-sizing: content-box;
}

.tutorialBox a.left {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1em;
	height: 1em;
	margin: auto;
	padding: 0.5rem;
	font-size: 200%;
	line-height: 1;
	text-align: right;
	box-sizing: content-box;
}

.tutorialBox a.right {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1em;
	height: 1em;
	margin: auto;
	padding: 0.5rem;
	font-size: 200%;
	line-height: 1;
	text-align: right;
	box-sizing: content-box;
	pointer-events: none;
}

.tutorialBox a.right img {
	transform: rotate(180deg);
}

.tutorialBox a.bill {
	position: absolute;
	bottom: 18.5%;
	left: 5%;
	width: 90%;
}

.tutorialBox a.next {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
	aspect-ratio: 634 / 72;
}

.tutorialBox a.next img {
	width: 100%;
	aspect-ratio: 634 / 72;
}

.campaignBox a.next,
.campaignBox a.bill {
	position: absolute;
	bottom: 7.5%;
	left: 5%;
	width: 90%;
	aspect-ratio: 559 / 109;
}

.campaignBox a.next img,
.campaignBox a.bill img {
	width: 100%;
	aspect-ratio: 559 / 109;
}

/* dark theme */

body.dark {
	color: #fff;
	background-color: #000;
}

body.dark .isLight {
	display: none;
}

.dark input,
.dark select,
.dark textarea {
	color: #fff;
}

.dark header {
	background-color: #000;
}

.dark .input_list input[type=text],
.dark .input_list input[type=password],
.dark .input_list select,
.dark .input_list textarea {
    background: #4a4a4a;
}

.dark .sns_wrap a.add {
	background: #333;
}

.dark .editBox &gt; div {
	background: #000;
}

.dark aside,
.dark footer {
	background: #333;
}

.dark footer .menu::after {
	background: #333;
}

.dark main.card .freetext .more {
	background: linear-gradient(to bottom, transparent 0%, transparent 50%, #000 50%, #000 100%);
}

/* light theme */

body.light {
	color: #333333;
	background-color: #fafafa;
}

.light .isDark {
	display: none;
}

.light .btn,
.light .btn2 {
	box-shadow: 1px 1px 3px #ccc;
}

.light header {
	background-color: #fafafa;
}

.light .input_list input[type=text],
.light .input_list input[type=password],
.light .input_list select,
.light .input_list textarea {
	background-color: #fafafa;
	box-shadow: -2px -2px 4px #ccc, 2px 2px 4px #ccc;
}

.light .sns_wrap a.add {
	background: #fafafa;
}

.light .editBox &gt; div {
	background: #fafafa;
}

.light aside,
.light footer {
	background: #fafafa;
	box-shadow: 0 -3px 3px #ccc;
}

.light footer .menu::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fafafa;
}

.light footer .menu::after {
	background: #fafafa;
	box-shadow: 0 -3px 3px #ccc;
}

.light main.card .bg img {
	box-shadow: 0 3px 3px #ccc;
}

.light main.card .freetext .more {
	background: linear-gradient(to bottom, transparent 0%, transparent 50%, #fafafa 50%, #fafafa 100%);
}

.light main.card .cards li {
	border: 1px solid #333;
}</pre></body></html>